/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
D | CarPowerPolicy.aidl | 40 PowerComponent[] disabledComponents;
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/ |
D | CarPowerPolicy.aidl | 39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/3/android/frameworks/automotive/powerpolicy/ |
D | CarPowerPolicy.aidl | 39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/ |
D | CarPowerPolicy.aidl | 39 android.frameworks.automotive.powerpolicy.PowerComponent[] disabledComponents;
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/2/android/frameworks/automotive/powerpolicy/ |
D | CarPowerPolicy.aidl | 39 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/ |
D | ICarPowerPolicySystemNotification.aidl | 43 …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/ |
D | ICarPowerPolicySystemNotification.aidl | 40 …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/ |
D | ICarPowerPolicySystemNotification.aidl | 43 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/ |
D | ICarPowerPolicySystemNotification.aidl | 77 in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition() argument
|
/frameworks/base/services/core/java/com/android/server/policy/role/ |
D | RoleServicePlatformHelperImpl.java | 334 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/ |
D | PackageSetting.java | 992 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);
|
D | DeletePackageHelper.java | 599 ArraySet<String> disabledComponents = null; in markPackageUninstalledForUserLPw() local 603 disabledComponents = new ArraySet<String>( in markPackageUninstalledForUserLPw() 633 disabledComponents, in markPackageUninstalledForUserLPw()
|
D | Settings.java | 1946 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));
|
D | PackageManagerService.java | 6532 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/ |
D | ManagedServices.java | 277 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/ |
D | hiddenapi-max-target-o.txt | 13022 Landroid/content/pm/PackageUserState;->disabledComponents:Landroid/util/ArraySet;
|