/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ |
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()
|
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/ |
D | FeatureFactory.java | 34 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/ |
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()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/overlay/ |
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()
|
/packages/apps/Settings/src/com/android/settings/overlay/ |
D | FeatureFactory.kt | 42 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/ |
D | StorageWizardFormatSlow.java | 28 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/ |
D | MetricsFeatureProviderTest.java | 22 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/ |
D | SliceBroadcastReceiver.java | 44 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()
|
D | SettingsSliceProvider.java | 55 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/ |
D | EnterpriseSetDefaultAppsPreferenceController.java | 26 import com.android.settings.overlay.FeatureFactory; 40 final FeatureFactory factory = FeatureFactory.getFeatureFactory(); in EnterpriseSetDefaultAppsPreferenceController()
|
D | ApplicationListFragment.java | 29 import com.android.settings.overlay.FeatureFactory; 82 FeatureFactory.getFeatureFactory().getApplicationFeatureProvider() in buildApplicationList() 123 FeatureFactory.getFeatureFactory() in buildApplicationList()
|
D | AlwaysOnVpnManagedProfilePreferenceController.java | 19 import com.android.settings.overlay.FeatureFactory; 30 mFeatureProvider = FeatureFactory.getFeatureFactory() in AlwaysOnVpnManagedProfilePreferenceController()
|
/packages/apps/Settings/src/com/android/settings/core/ |
D | TogglePreferenceController.java | 22 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/ |
D | WifiHotspotSecuritySettings.java | 27 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/ |
D | StylusUsbFirmwareController.java | 30 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/ |
D | BatteryUsageBroadcastReceiver.java | 29 import com.android.settings.overlay.FeatureFactory; 72 FeatureFactory.getFeatureFactory() in onReceive() 115 FeatureFactory.getFeatureFactory() in tryToFetchUsageData()
|
D | BatteryTipsController.java | 27 import com.android.settings.overlay.FeatureFactory; 62 final FeatureFactory featureFactory = FeatureFactory.getFeatureFactory(); in BatteryTipsController()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | SliceContextualCardController.java | 34 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/ |
D | BugreportPreference.java | 32 import com.android.settings.overlay.FeatureFactory; 90 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(context, in onClick() 99 FeatureFactory.getFeatureFactory().getMetricsFeatureProvider().action(context, in onClick()
|
D | SettingsApplication.java | 37 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/ |
D | BatteryTipAction.java | 21 import com.android.settings.overlay.FeatureFactory; 33 mMetricsFeatureProvider = FeatureFactory.getFeatureFactory().getMetricsFeatureProvider(); in BatteryTipAction()
|
/packages/apps/Settings/src/com/android/settings/search/actionbar/ |
D | SearchMenuController.java | 35 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/ |
D | SearchViewHolder.java | 28 import com.android.settings.intelligence.overlay.FeatureFactory; 50 final FeatureFactory featureFactory = FeatureFactory in SearchViewHolder()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/batteryinfo/ |
D | BatteryInfoPreferenceController.java | 23 import com.android.settings.overlay.FeatureFactory; 32 mBatterySettingsFeatureProvider = FeatureFactory.getFeatureFactory() in BatteryInfoPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/applications/ |
D | LongBackgroundTaskController.java | 23 import com.android.settings.overlay.FeatureFactory; 33 mAppFeatureProvider = FeatureFactory.getFeatureFactory() in LongBackgroundTaskController()
|