- getAndroidSettingsHome() - Static method in class com.android.tools.analytics.AnalyticsPaths
-
Gets the directory used to store android related settings (usually ~/.android).
- getInstance(ILogger) - Static method in class com.android.tools.analytics.AnalyticsSettings
-
Get or creates an instance of the settings.
- getJvmArchitecture() - Static method in class com.android.tools.analytics.CommonMetricsData
-
Gets the JVM Architecture, NOTE this might not be the same as OS architecture.
- getMajorOsVersion() - Static method in class com.android.tools.analytics.CommonMetricsData
-
Extracts the major os version that this code is running on in the form of '[0-9]+\.[0-9]+'
- getOsArchitecture() - Static method in class com.android.tools.analytics.CommonMetricsData
-
- getOsName() - Static method in class com.android.tools.analytics.CommonMetricsData
-
Gets a normalized version of the os name that this code is running on.
- getSalt() - Method in class com.android.tools.analytics.AnalyticsSettings
-
Gets a binary blob to ensure per user anonymization.
- getSpoolDirectory() - Static method in class com.android.tools.analytics.AnalyticsPaths
-
Gets the spooling directory used for temporary storage of analytics data.
- getUserId() - Method in class com.android.tools.analytics.AnalyticsSettings
-
Gets a user id used for reporting analytics.