Home
last modified time | relevance | path

Searched defs:enabledComponents (Results 1 – 9 of 9) sorted by relevance

/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/2/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl43 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/1/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/current/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl43 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl77 in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/
DComponentsFactoryKosmos.kt42 var Kosmos.enabledComponents: Collection<VolumePanelComponentKey> by variable
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceRestrictImeAmountTest.java124 List<String> enabledComponents) { in filterInputMethodServices()
/frameworks/base/services/core/java/com/android/server/pm/
DDeletePackageHelper.java598 ArraySet<String> enabledComponents = null; in markPackageUninstalledForUserLPw() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java801 Set<ComponentName> enabledComponents = new ArraySet<>(); in onPostExecute() local
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java279 ArraySet<ComponentName> enabledComponents = new ArraySet<>(getAllowedComponents(userId)); in resetComponents() local