/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ |
H A D | SuggestionService.java | 22 import com.android.settings.intelligence.overlay.FeatureFactory; 34 final List<Suggestion> list = FeatureFactory.get(this) in onGetSuggestions() 43 FeatureFactory.get(this) in onGetSuggestions() 55 FeatureFactory.get(this) in onSuggestionDismissed() 58 FeatureFactory.get(this) in onSuggestionDismissed() 69 FeatureFactory.get(this) in onSuggestionLaunched() 72 FeatureFactory.get(this) in onSuggestionLaunched()
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/ |
H A D | FeatureFactory.java | 31 public abstract class FeatureFactory { class 35 protected static FeatureFactory sFactory; 38 public static FeatureFactory getFactory(Context context) { in getFactory() 49 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
|
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/overlay/ |
H A D | FeatureFactory.java | 31 public abstract class FeatureFactory { class 35 private static FeatureFactory sFactory; 42 public static FeatureFactory getFactory(Context context) { in getFactory() 53 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/overlay/ |
H A D | FeatureFactory.java | 29 public abstract class FeatureFactory { class 34 protected static FeatureFactory sFactory; 41 public static FeatureFactory get(Context context) { in get() 54 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in get()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | StorageWizardFormatSlow.java | 28 import com.android.settings.overlay.FeatureFactory; 60 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateBack() 72 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateNext() 76 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateNext()
|
H A D | StorageWizardInit.java | 30 import com.android.settings.overlay.FeatureFactory; 74 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateExternal() 97 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateInternal()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/ |
H A D | MetricsFeatureProviderTest.java | 22 import com.android.settings.overlay.FeatureFactory; 46 FeatureFactory.getFactory(mContext).getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance() 48 FeatureFactory.getFactory(mContext).getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance()
|
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/ |
H A D | EnterpriseSetDefaultAppsPreferenceController.java | 26 import com.android.settings.overlay.FeatureFactory; 39 final FeatureFactory factory = FeatureFactory.getFactory(context); in EnterpriseSetDefaultAppsPreferenceController()
|
H A D | ApplicationListFragment.java | 26 import com.android.settings.overlay.FeatureFactory; 70 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context) in buildApplicationList() 111 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context). in buildApplicationList()
|
H A D | AlwaysOnVpnManagedProfilePreferenceController.java | 19 import com.android.settings.overlay.FeatureFactory; 30 mFeatureProvider = FeatureFactory.getFactory(context) in AlwaysOnVpnManagedProfilePreferenceController()
|
H A D | CaCertsPreferenceControllerBase.java | 23 import com.android.settings.overlay.FeatureFactory; 33 mFeatureProvider = FeatureFactory.getFactory(context) in CaCertsPreferenceControllerBase()
|
H A D | FailedPasswordWipePreferenceControllerBase.java | 23 import com.android.settings.overlay.FeatureFactory; 33 mFeatureProvider = FeatureFactory.getFactory(context) in FailedPasswordWipePreferenceControllerBase()
|
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/ |
H A D | GesturesSettingPreferenceController.java | 26 import com.android.settings.overlay.FeatureFactory; 42 mFeatureProvider = FeatureFactory.getFactory(context).getAssistGestureFeatureProvider(); in GesturesSettingPreferenceController() 43 mAwareFeatureProvider = FeatureFactory.getFactory(context).getAwareFeatureProvider(); in GesturesSettingPreferenceController()
|
/aosp12/packages/apps/Settings/src/com/android/settings/slices/ |
H A D | SliceBroadcastReceiver.java | 45 import com.android.settings.overlay.FeatureFactory; 81 FeatureFactory.getFactory(context) in onReceive() 90 FeatureFactory.getFactory(context) in onReceive() 98 FeatureFactory.getFactory(context) in onReceive() 202 FeatureFactory.getFactory(context).getMetricsFeatureProvider() in logSliceValueChange()
|
/aosp12/packages/apps/Settings/src/com/android/settings/overlay/ |
H A D | FeatureFactory.java | 59 public abstract class FeatureFactory { class 63 protected static FeatureFactory sFactory; 71 public static FeatureFactory getFactory(Context context) { in getFactory() 85 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/ |
H A D | BatteryTipAction.java | 21 import com.android.settings.overlay.FeatureFactory; 33 mMetricsFeatureProvider = FeatureFactory.getFactory(context).getMetricsFeatureProvider(); in BatteryTipAction()
|
H A D | BatteryDefenderAction.java | 22 import com.android.settings.overlay.FeatureFactory; 38 final Intent intent = FeatureFactory.getFactory(mContext) in handlePositiveAction()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | SliceContextualCardController.java | 34 import com.android.settings.overlay.FeatureFactory; 72 FeatureFactory.getFactory(mContext).getContextualCardFeatureProvider(mContext); in onDismissed() 78 FeatureFactory.getFactory(mContext).getMetricsFeatureProvider(); in onDismissed()
|
/aosp12/packages/apps/Settings/src/com/android/settings/search/ |
H A D | SearchResultTrampoline.java | 36 import com.android.settings.overlay.FeatureFactory; 53 FeatureFactory.getFactory(this) in onCreate() 128 FeatureFactory.getFactory(this).getSearchFeatureProvider() in isSettingsIntelligence()
|
H A D | SearchFeatureProvider.java | 38 import com.android.settings.overlay.FeatureFactory; 124 FeatureFactory.getFactory(context).getSlicesFeatureProvider() in initSearchToolbar() 127 FeatureFactory.getFactory(context).getMetricsFeatureProvider() in initSearchToolbar()
|
/aosp12/packages/apps/Settings/src/com/android/settings/core/ |
H A D | InstrumentedActivity.java | 21 import com.android.settings.overlay.FeatureFactory; 36 FeatureFactory.getFactory(this).getMetricsFeatureProvider())); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/search/actionbar/ |
H A D | SearchMenuController.java | 35 import com.android.settings.overlay.FeatureFactory; 94 final Intent intent = FeatureFactory.getFactory(activity) in onCreateOptionsMenu() 103 FeatureFactory.getFactory(activity).getMetricsFeatureProvider() in onCreateOptionsMenu()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
H A D | SearchViewHolder.java | 28 import com.android.settings.intelligence.overlay.FeatureFactory; 50 final FeatureFactory featureFactory = FeatureFactory in SearchViewHolder()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | BugreportPreference.java | 32 import com.android.settings.overlay.FeatureFactory; 90 FeatureFactory.getFactory(context).getMetricsFeatureProvider().action(context, in onClick() 99 FeatureFactory.getFactory(context).getMetricsFeatureProvider().action(context, in onClick()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | BatteryHistoryLoader.java | 20 import com.android.settings.overlay.FeatureFactory; 44 FeatureFactory.getFactory(mContext).getPowerUsageFeatureProvider(mContext); in loadInBackground()
|