- getApplicationName(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the human-facing Application name. 
- getBatteryLevel(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the device's current battery level (as a percentage of total). 
- getBuffer(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
-  
- getContextManager(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
-  
- getContexts() - Method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
-  
- getDisplayMetrics(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the DisplayMetrics object for the current application. 
- getFamily() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Fake the device family by using the first word in the Build.MODEL. 
- getInAppFrames(Dsn) - Method in class io.sentry.android.AndroidSentryClientFactory
-  
- getKernelVersion() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the device's current kernel version, as a string. 
- getMemInfo(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get MemoryInfo object representing the memory state of the application. 
- getOrientation(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the device's current screen orientation. 
- getPackageInfo(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Return the Application's PackageInfo if possible, or null. 
- getProGuardUuids(Context) - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
-  
- getTotalExternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the total amount of external storage, in bytes, or null if no external storage
 is mounted. 
- getTotalInternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the total amount of internal storage, in bytes. 
- getUnusedExternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the unused amount of external storage, in bytes, or null if no external storage
 is mounted. 
- getUnusedInternalStorage() - Static method in class io.sentry.android.event.helper.AndroidEventBuilderHelper
- 
Get the unused amount of internal storage, in bytes.