Home
last modified time | relevance | path

Searched refs:mApplicationFeatureProvider (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceController.java34 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in EnterpriseSetDefaultAppsPreferenceController
40 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(context); in EnterpriseSetDefaultAppsPreferenceController()
65 num += mApplicationFeatureProvider in getNumberOfEnterpriseSetDefaultApps()
DEnterpriseSetDefaultAppsListPreferenceController.java54 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in EnterpriseSetDefaultAppsListPreferenceController
68 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(context); in EnterpriseSetDefaultAppsListPreferenceController()
85 List<UserAppInfo> apps = mApplicationFeatureProvider. in buildAppList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterpriseSetDefaultAppsPreferenceController.java34 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in EnterpriseSetDefaultAppsPreferenceController
40 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(context); in EnterpriseSetDefaultAppsPreferenceController()
65 num += mApplicationFeatureProvider in getNumberOfEnterpriseSetDefaultApps()
DEnterpriseSetDefaultAppsListPreferenceController.java54 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in EnterpriseSetDefaultAppsListPreferenceController
68 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(context); in EnterpriseSetDefaultAppsListPreferenceController()
85 List<UserAppInfo> apps = mApplicationFeatureProvider. in buildAppList()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactoryImpl.java71 private ApplicationFeatureProvider mApplicationFeatureProvider; field in FeatureFactoryImpl
132 if (mApplicationFeatureProvider == null) { in getApplicationFeatureProvider()
134 mApplicationFeatureProvider = new ApplicationFeatureProviderImpl(appContext, in getApplicationFeatureProvider()
140 return mApplicationFeatureProvider; in getApplicationFeatureProvider()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/overlay/
DFeatureFactoryImpl.java69 private ApplicationFeatureProvider mApplicationFeatureProvider; field in FeatureFactoryImpl
129 if (mApplicationFeatureProvider == null) { in getApplicationFeatureProvider()
131 mApplicationFeatureProvider = new ApplicationFeatureProviderImpl(appContext, in getApplicationFeatureProvider()
137 return mApplicationFeatureProvider; in getApplicationFeatureProvider()
/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java68 protected ApplicationFeatureProvider mApplicationFeatureProvider; field in AppInfoBase
92 mApplicationFeatureProvider = FeatureFactory.getFactory(activity) in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppInfoBase.java68 protected ApplicationFeatureProvider mApplicationFeatureProvider; field in AppInfoBase
92 mApplicationFeatureProvider = FeatureFactory.getFactory(activity) in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java113 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in AppButtonsPreferenceController
137 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(activity); in AppButtonsPreferenceController()
570 disableable = !mApplicationFeatureProvider.getKeepEnabledPackages() in handleDisableable()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java119 private final ApplicationFeatureProvider mApplicationFeatureProvider; field in AppButtonsPreferenceController
146 mApplicationFeatureProvider = factory.getApplicationFeatureProvider(activity); in AppButtonsPreferenceController()
586 disableable = !mApplicationFeatureProvider.getKeepEnabledPackages() in handleDisableable()