Home
last modified time | relevance | path

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

12345678910>>...16

/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/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkActivity.java25 import com.android.tv.settings.overlay.FeatureFactory;
32 if (FeatureFactory.getFactory(this).getOfflineFeatureProvider().isOfflineMode(this) in onCreate()
35 if (FeatureFactory.getFactory(this).getOfflineFeatureProvider() in onCreate()
46 return FeatureFactory.getFactory(this).getSettingsFragmentProvider() in createSettingsFragment()
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
DFeatureFactory.java31 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()
/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/TvSettings/Settings/src/com/android/tv/settings/overlay/
DFeatureFactory.java36 public abstract class FeatureFactory { class
43 protected static FeatureFactory sFactory;
50 public static FeatureFactory getFactory(Context context) { in getFactory()
63 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatSlow.java28 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()
DStorageWizardInit.java30 import com.android.settings.overlay.FeatureFactory;
74 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateExternal()
97 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateInternal()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardFormatSlow.java28 import com.android.car.developeroptions.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()
DBrandedAccountPreferenceController.java32 import com.android.car.developeroptions.overlay.FeatureFactory;
39 final AccountFeatureProvider accountFeatureProvider = FeatureFactory.getFactory( in BrandedAccountPreferenceController()
59 final AccountFeatureProvider accountFeatureProvider = FeatureFactory.getFactory( in displayPreference()
DStorageWizardInit.java30 import com.android.car.developeroptions.overlay.FeatureFactory;
74 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateExternal()
97 FeatureFactory.getFactory(this).getMetricsFeatureProvider().action(this, in onNavigateInternal()
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java45 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()
DSettingsSliceProvider.java51 import com.android.settings.overlay.FeatureFactory;
163 final CustomSliceable sliceable = FeatureFactory.getFactory(context) in onSlicePinned()
221 return FeatureFactory.getFactory(context) in onBindSlice()
227 return FeatureFactory.getFactory(getContext()) in onBindSlice()
236 return FeatureFactory.getFactory(getContext()) in onBindSlice()
241 return FeatureFactory.getFactory(getContext()) in onBindSlice()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.java51 public abstract class FeatureFactory { class
55 protected static FeatureFactory sFactory;
63 public static FeatureFactory getFactory(Context context) { in getFactory()
77 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/overlay/
DFeatureFactory.java50 public abstract class FeatureFactory { class
54 protected static FeatureFactory sFactory;
62 public static FeatureFactory getFactory(Context context) { in getFactory()
76 sFactory = (FeatureFactory) context.getClassLoader().loadClass(clsName).newInstance(); in getFactory()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSliceBroadcastReceiver.java48 import com.android.car.developeroptions.overlay.FeatureFactory;
85 FeatureFactory.getFactory(context) in onReceive()
94 FeatureFactory.getFactory(context) in onReceive()
102 FeatureFactory.getFactory(context) in onReceive()
207 FeatureFactory.getFactory(context).getMetricsFeatureProvider() in logSliceValueChange()
DSettingsSliceProvider.java44 import com.android.car.developeroptions.overlay.FeatureFactory;
142 final CustomSliceable sliceable = FeatureFactory.getFactory(context) in onSlicePinned()
190 return FeatureFactory.getFactory(context) in onBindSlice()
196 return FeatureFactory.getFactory(getContext()) in onBindSlice()
205 return FeatureFactory.getFactory(getContext()) in onBindSlice()
210 return FeatureFactory.getFactory(getContext()) in onBindSlice()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java68 import com.android.settings.overlay.FeatureFactory;
185 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs()
256 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getNonIndexableKeysFromProvider()
307 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getSearchIndexableResourcesFromProvider()
333 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getSearchIndexableRawFromProvider()
359 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getDynamicSearchIndexableRawFromProvider()
386 FeatureFactory.getFactory(context).getDashboardFeatureProvider(context); in getInjectionIndexableRawData()
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
DMetricsFeatureProviderTest.java22 import com.android.settings.overlay.FeatureFactory;
46 FeatureFactory.getFactory(mContext).getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance()
48 FeatureFactory.getFactory(mContext).getMetricsFeatureProvider(); in getFactory_shouldReuseCachedInstance()
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceController.java26 import com.android.settings.overlay.FeatureFactory;
39 final FeatureFactory factory = FeatureFactory.getFactory(context); in EnterpriseSetDefaultAppsPreferenceController()
DApplicationListFragment.java26 import com.android.settings.overlay.FeatureFactory;
70 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context) in buildApplicationList()
111 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context). in buildApplicationList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterpriseSetDefaultAppsPreferenceController.java26 import com.android.car.developeroptions.overlay.FeatureFactory;
39 final FeatureFactory factory = FeatureFactory.getFactory(context); in EnterpriseSetDefaultAppsPreferenceController()
DApplicationListFragment.java26 import com.android.car.developeroptions.overlay.FeatureFactory;
70 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context) in buildApplicationList()
111 FeatureFactory.getFactory(context).getApplicationFeatureProvider(context). in buildApplicationList()
/packages/apps/TvSettings/TwoPanelSettingsOverlay/src/com/android/tv/twopanelsettingsoverlay/
DFeatureFactoryImpl.java30 import com.android.tv.settings.overlay.FeatureFactory;
36 public class FeatureFactoryImpl extends FeatureFactory {
81 Log.e(FeatureFactory.TAG, "Unable to start initial preference screen.", e); in onPreferenceStartInitialScreen()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/search/
DSettingsSearchIndexablesProvider.java64 import com.android.car.developeroptions.overlay.FeatureFactory;
170 final List<DashboardCategory> categories = FeatureFactory.getFactory(context) in querySiteMapPairs()
225 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getNonIndexableKeysFromProvider()
275 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getSearchIndexableResourcesFromProvider()
301 final Collection<SearchIndexableData> bundles = FeatureFactory.getFactory(context) in getSearchIndexableRawFromProvider()

12345678910>>...16