/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/ |
H A D | VisibilityLoggerMixin.java | 39 private final int mMetricsCategory; field in VisibilityLoggerMixin 47 mMetricsCategory = metricsCategory; in VisibilityLoggerMixin() 58 if (mMetricsFeature == null || mMetricsCategory == METRICS_CATEGORY_UNKNOWN) { in onResume() 65 mMetricsCategory, elapse); in onResume() 68 mMetricsCategory, 0); in onResume() 75 if (mMetricsFeature != null && mMetricsCategory != METRICS_CATEGORY_UNKNOWN) { in onPause() 77 mMetricsFeature.hidden(null /* context */, mMetricsCategory, elapse); in onPause() 87 if (mMetricsFeature == null || mMetricsCategory == METRICS_CATEGORY_UNKNOWN) { in writeElapsedTimeMetric() 92 mMetricsFeature.action(METRICS_CATEGORY_UNKNOWN, action, mMetricsCategory, key, elapse); in writeElapsedTimeMetric()
|
/aosp12/packages/apps/Settings/src/com/android/settings/location/ |
H A D | AppSettingsInjector.java | 38 private final int mMetricsCategory; field in AppSettingsInjector 42 mMetricsCategory = metricsCategory; in AppSettingsInjector() 55 mMetricsFeatureProvider.logStartedIntent(intent, mMetricsCategory); in logPreferenceClick()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenRuleCustomSwitchPreferenceController.java | 34 private int mMetricsCategory; field in ZenRuleCustomSwitchPreferenceController 40 mMetricsCategory = metricsCategory; in ZenRuleCustomSwitchPreferenceController() 61 mMetricsFeatureProvider.action(mContext, mMetricsCategory, in onPreferenceChange()
|
H A D | ZenModeVisEffectPreferenceController.java | 36 protected final int mMetricsCategory; field in ZenModeVisEffectPreferenceController 46 mMetricsCategory = metricsCategory; in ZenModeVisEffectPreferenceController() 94 mMetricsFeatureProvider.action(mContext, mMetricsCategory, suppressEffect); in onPreferenceChange()
|
H A D | ZenRuleVisEffectPreferenceController.java | 34 private final int mMetricsCategory; field in ZenRuleVisEffectPreferenceController 46 mMetricsCategory = metricsCategory; in ZenRuleVisEffectPreferenceController() 92 mMetricsFeatureProvider.action(mContext, mMetricsCategory, in onPreferenceChange()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/ |
H A D | UpdatableListPreferenceDialogFragment.java | 48 private int mMetricsCategory = METRICS_CATEGORY_UNKNOWN; field in UpdatableListPreferenceDialogFragment 68 mMetricsCategory = in onCreate() 117 mMetricsCategory = in setMetricsCategory() 148 return mMetricsCategory; in getMetricsCategory()
|
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/ |
H A D | ControllerTask.java | 41 private final int mMetricsCategory; field in ControllerTask 49 mMetricsCategory = metricsCategory; in ControllerTask() 80 SettingsEnums.ACTION_CONTROLLER_UPDATE_STATE, mMetricsCategory, in run()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AccountTypePreference.java | 73 private final int mMetricsCategory; field in AccountTypePreference 85 mMetricsCategory = metricsCategory; in AccountTypePreference() 112 .setSourceMetricsCategory(mMetricsCategory) in onPreferenceClick()
|
/aosp12/packages/apps/Settings/src/com/android/settings/panel/ |
H A D | PanelSlicesAdapter.java | 60 private final int mMetricsCategory; field in PanelSlicesAdapter 67 mMetricsCategory = metricsCategory; in PanelSlicesAdapter() 153 mMetricsCategory, in onBind()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiConnectionPreferenceController.java | 72 private int mMetricsCategory; field in WifiConnectionPreferenceController 104 mMetricsCategory = metricsCategory; in WifiConnectionPreferenceController() 174 .setSourceMetricsCategory(mMetricsCategory) in updatePreference()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/ |
H A D | DomainAppPreferenceController.java | 45 private int mMetricsCategory; field in DomainAppPreferenceController 75 INSTALLED_APP_DETAILS, mMetricsCategory); in handlePreferenceTreeClick() 83 mMetricsCategory = fragment.getMetricsCategory(); in setFragment()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | EntityHeaderController.java | 72 private final int mMetricsCategory; field in EntityHeaderController 112 mMetricsCategory = FeatureFactory.getFactory(mAppContext).getMetricsFeatureProvider() in EntityHeaderController() 294 mMetricsCategory); in bindAppInfoLink() 331 mMetricsCategory, in bindButton()
|
/aosp12/packages/apps/Settings/src/com/android/settings/core/ |
H A D | BasePreferenceController.java | 127 private int mMetricsCategory; field in BasePreferenceController 413 mMetricsCategory = metricsCategory; in setMetricsCategory() 420 return mMetricsCategory; in getMetricsCategory()
|