Home
last modified time | relevance | path

Searched refs:FeatureFactory (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionService.java22 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()
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
DFeatureFactory.java34 public abstract class FeatureFactory { class
38 private static FeatureFactory sFactory;
50 instanceOfClassConstantExclusive = FeatureFactory.class,
53 public static FeatureFactory getFactory(Context context) { in getFactory()
64 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
DFeatureFactory.java31 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()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/overlay/
DFeatureFactory.java29 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()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.kt42 import com.android.settings.overlay.FeatureFactory.Companion.setFactory
62 abstract class FeatureFactory { class
192 private var _factory: FeatureFactory? = null in getSurveyFeatureProvider()
196 val featureFactory: FeatureFactory in getSurveyFeatureProvider()
208 fun setFactory(appContext: Context, factory: FeatureFactory) { in getSurveyFeatureProvider()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatSlow.java28 import com.android.settings.overlay.FeatureFactory;
60 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(this, in onNavigateBack()
72 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(this, in onNavigateNext()
76 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(this, in onNavigateNext()
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
DMetricsFeatureProviderTest.java22 import com.android.settings.overlay.FeatureFactory;
46 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance()
48 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance()
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java44 import com.android.settings.overlay.FeatureFactory;
80 FeatureFactory.getFeatureFactory() in onReceive()
89 FeatureFactory.getFeatureFactory() in onReceive()
97 FeatureFactory.getFeatureFactory() in onReceive()
175 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider() in logSliceValueChange()
DSettingsSliceProvider.java55 import com.android.settings.overlay.FeatureFactory;
167 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider() in onSlicePinned()
176 final CustomSliceable sliceable = FeatureFactory.getFeatureFactory() in onSlicePinned()
249 return FeatureFactory.getFeatureFactory() in onBindSlice()
255 return FeatureFactory.getFeatureFactory() in onBindSlice()
264 return FeatureFactory.getFeatureFactory() in onBindSlice()
269 return FeatureFactory.getFeatureFactory() in onBindSlice()
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceController.java26 import com.android.settings.overlay.FeatureFactory;
40 final FeatureFactory factory = FeatureFactory.getFeatureFactory(); in EnterpriseSetDefaultAppsPreferenceController()
DApplicationListFragment.java29 import com.android.settings.overlay.FeatureFactory;
82 FeatureFactory.getFeatureFactory().getApplicationFeatureProvider() in buildApplicationList()
123 FeatureFactory.getFeatureFactory() in buildApplicationList()
DAlwaysOnVpnManagedProfilePreferenceController.java19 import com.android.settings.overlay.FeatureFactory;
30 mFeatureProvider = FeatureFactory.getFeatureFactory() in AlwaysOnVpnManagedProfilePreferenceController()
/packages/apps/Settings/src/com/android/settings/core/
DTogglePreferenceController.java22 import com.android.settings.overlay.FeatureFactory;
85 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider() in onPreferenceChange()
89 FeatureFactory.getFeatureFactory().getOnboardingFeatureProvider(); in onPreferenceChange()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiHotspotSecuritySettings.java27 import com.android.settings.overlay.FeatureFactory;
66 mWifiHotspotSecurityViewModel = FeatureFactory.getFeatureFactory() in loadViewModel()
118 FeatureFactory.getFeatureFactory().getWifiFeatureProvider().verboseLog(TAG, msg); in log()
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusUsbFirmwareController.java30 import com.android.settings.overlay.FeatureFactory;
89 FeatureFactory.getFeatureFactory().getStylusFeatureProvider(); in refresh()
138 FeatureFactory.getFeatureFactory().getStylusFeatureProvider(); in hasUsbStylusFirmwareUpdateFeature()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBroadcastReceiver.java29 import com.android.settings.overlay.FeatureFactory;
72 FeatureFactory.getFeatureFactory() in onReceive()
115 FeatureFactory.getFeatureFactory() in tryToFetchUsageData()
DBatteryTipsController.java27 import com.android.settings.overlay.FeatureFactory;
62 final FeatureFactory featureFactory = FeatureFactory.getFeatureFactory(); in BatteryTipsController()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DSliceContextualCardController.java34 import com.android.settings.overlay.FeatureFactory;
72 FeatureFactory.getFeatureFactory().getContextualCardFeatureProvider(mContext); in onDismissed()
78 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider(); in onDismissed()
/packages/apps/Settings/src/com/android/settings/
DBugreportPreference.java32 import com.android.settings.overlay.FeatureFactory;
90 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(context, in onClick()
99 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(context, in onClick()
DSettingsApplication.java37 import com.android.settings.overlay.FeatureFactory;
57 FeatureFactory.setFactory(this, getFeatureFactory()); in attachBaseContext()
98 protected FeatureFactory getFeatureFactory() { in getFeatureFactory()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/
DBatteryTipAction.java21 import com.android.settings.overlay.FeatureFactory;
33 mMetricsFeatureProvider = FeatureFactory.getFeatureFactory().getMetricsFeatureProvider(); in BatteryTipAction()
/packages/apps/Settings/src/com/android/settings/search/actionbar/
DSearchMenuController.java35 import com.android.settings.overlay.FeatureFactory;
94 final Intent intent = FeatureFactory.getFeatureFactory() in onCreateOptionsMenu()
103 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider() in onCreateOptionsMenu()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchViewHolder.java28 import com.android.settings.intelligence.overlay.FeatureFactory;
50 final FeatureFactory featureFactory = FeatureFactory in SearchViewHolder()
/packages/apps/Settings/src/com/android/settings/deviceinfo/batteryinfo/
DBatteryInfoPreferenceController.java23 import com.android.settings.overlay.FeatureFactory;
32 mBatterySettingsFeatureProvider = FeatureFactory.getFeatureFactory() in BatteryInfoPreferenceController()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/applications/
DLongBackgroundTaskController.java23 import com.android.settings.overlay.FeatureFactory;
33 mAppFeatureProvider = FeatureFactory.getFeatureFactory() in LongBackgroundTaskController()

12345678910>>...15