Home
last modified time | relevance | path

Searched refs:disabledComponents (Results 1 – 16 of 16) sorted by relevance

/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/
DCarPowerPolicy.aidl40 PowerComponent[] disabledComponents;
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/
DCarPowerPolicy.aidl39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/3/android/frameworks/automotive/powerpolicy/
DCarPowerPolicy.aidl39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/
DCarPowerPolicy.aidl39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/2/android/frameworks/automotive/powerpolicy/
DCarPowerPolicy.aidl39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/2/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl43 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/1/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl40 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/current/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl43 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl77 in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
/frameworks/base/services/core/java/com/android/server/policy/role/
DRoleServicePlatformHelperImpl.java334 final ArraySet<String> disabledComponents = in computePackageStateHash()
336 final int disabledComponentsSize = CollectionUtils.size(disabledComponents); in computePackageStateHash()
338 dataOutputStream.writeUTF(disabledComponents.valueAt(i)); in computePackageStateHash()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java992 ArraySet<String> enabledComponents, ArraySet<String> disabledComponents,
1008 .setDisabledComponents(disabledComponents)
1138 WatchedArraySet<String> disabledComponents = state.getDisabledComponentsNoCopy();
1147 for (int i = disabledComponents.size() - 1; i >= 0; i--) {
1148 if (!AndroidPackageUtils.hasComponentClassName(pkg, disabledComponents.valueAt(i))) {
1149 disabledComponents.removeAt(i);
DDeletePackageHelper.java599 ArraySet<String> disabledComponents = null; in markPackageUninstalledForUserLPw() local
603 disabledComponents = new ArraySet<String>( in markPackageUninstalledForUserLPw()
633 disabledComponents, in markPackageUninstalledForUserLPw()
DSettings.java1946 ArraySet<String> disabledComponents = null;
1966 disabledComponents = readComponentsLPr(parser);
2021 disabledComponents, installReason, uninstallReason,
2472 final ArraySet<String> disabledComponents = ustate.getDisabledComponents();
2473 if (disabledComponents != null && disabledComponents.size() > 0) {
2475 for (int i = 0; i < disabledComponents.size(); i++) {
2478 disabledComponents.valueAt(i));
DPackageManagerService.java6532 final var disabledComponents = in getDomainVerificationAgent() local
6534 if (disabledComponents != null && disabledComponents.contains(agent.getClassName())) { in getDomainVerificationAgent()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java277 ArrayList<ComponentName> disabledComponents; in resetComponents() local
285 disabledComponents = new ArrayList<>(mDefaultComponents.size()); in resetComponents()
307 disabledComponents.add(currentComponent); in resetComponents()
326 changes.put(false, disabledComponents); in resetComponents()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13022 Landroid/content/pm/PackageUserState;->disabledComponents:Landroid/util/ArraySet;