/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 113 String policyId, int[] enabledComponents, int[] disabledComponents) { in createPolicy() 267 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() 396 int[] enabledComponents = policy.enabledComponents; in applyPolicy() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | CarPowerPolicy.java | 106 @NonNull int[] enabledComponents, in CarPowerPolicy() 171 int[] enabledComponents = in.createIntArray(); in CarPowerPolicy() local
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PowerComponentHandler.cpp | 77 auto& disabledComponents) { in applyPowerPolicy() 94 Result<bool> getComponentState(const T& componentId, const std::vector<T>& enabledComponents, in getComponentState()
|
D | PolicyManager.cpp | 209 auto* disabledComponents) -> Result<void> { in readComponents() 559 const std::vector<PowerComponent>& enabledComponents, in createPolicy() 644 const std::vector<std::string>& enabledComponents, in definePowerPolicy()
|
D | CarPowerPolicyServer.cpp | 225 const std::string& policyId, const std::vector<std::string>& enabledComponents, in notifyPowerPolicyDefinition() 285 const std::string& policyId, const std::vector<std::string>& enabledComponents, in notifyPowerPolicyDefinition() 596 const std::string& policyId, const std::vector<std::string>& enabledComponents, in notifyPowerPolicyDefinition()
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/hardware/power/ |
D | CarPowerManagerTest.java | 429 private void applyInitialPolicyForTest(String policyName, String[] enabledComponents, in applyInitialPolicyForTest() 746 public final String[] enabledComponents; field in CarPowerManagerTest.PolicyDefinition 749 private PolicyDefinition(String policyId, String[] enabledComponents, in PolicyDefinition()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 2930 String[] enabledComponents = new String[]{}; in setUpPowerPolicyAudioInvert() local 2946 List<Integer> enabledComponents, List<Integer> disabledComponents, in getAllEnabledAndDisabledComponents() 2965 private void definePowerPolicy(String policyId, Iterable<Integer> enabledComponents, in definePowerPolicy() 2973 List<Integer> enabledComponents, List<Integer> disabledComponents) { in definePowerPolicyOtherComponentsOff() 2980 List<Integer> enabledComponents, List<Integer> disabledComponents) { in definePowerPolicyOtherComponentsOn() 2986 private MockedPowerPolicyListener setUpPowerPolicy(String policyId, String[] enabledComponents, in setUpPowerPolicy() 3669 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition()
|
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/ |
D | MigrationStateManagerTest.java | 952 List<ResolveInfo> enabledComponents = new ArrayList<ResolveInfo>(); in configureMigratorDisabledPackage() local 957 List<ResolveInfo> enabledComponents = new ArrayList<ResolveInfo>(); in configureMigratorEnabledPackage() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/power/ |
D | PowerComponentHandler.java | 153 int[] enabledComponents = new int[enabledComponentsCount]; in getAccumulatedPolicy() local 176 int[] enabledComponents = policy.getEnabledComponents(); in applyPowerPolicy() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/ |
D | NotificationListenerPrivacySourceTest.kt | 83 private val enabledComponents = listOf(testComponent1, testComponent2) constant
|
/aosp_15_r20/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/2/android/frameworks/automotive/powerpolicy/internal/ |
D | ICarPowerPolicySystemNotification.aidl | 43 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/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()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android.frameworks.automotive.powerpolicy.internal_interface/dump/android/frameworks/automotive/powerpolicy/internal/ |
D | ICarPowerPolicySystemNotification.aidl | 43 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/current/android/frameworks/automotive/powerpolicy/internal/ |
D | ICarPowerPolicySystemNotification.aidl | 43 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/1/android/frameworks/automotive/powerpolicy/internal/ |
D | ICarPowerPolicySystemNotification.aidl | 40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/domain/interactor/ |
D | ComponentsInteractorImpl.java | 24 public ComponentsInteractorImpl(@org.jetbrains.annotations.NotNull() in ComponentsInteractorImpl()
|
/aosp_15_r20/packages/services/Car/car-lib/native/CarPowerManager/ |
D | CarPowerPolicy.cpp | 30 const std::vector<int32_t>& enabledComponents, in CarPowerPolicy()
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/ |
D | NotificationListenerCheck.kt | 277 val enabledComponents: List<ComponentName> = getEnabledNotificationListeners() in getEnabledNotificationListenersAndNotifyIfNeededLocked() constant 691 val enabledComponents = getEnabledNotificationListeners() in sendIssuesToSafetyCenter() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/ |
H A D | ComponentsFactoryKosmos.kt | 42 var Kosmos.enabledComponents: Collection<VolumePanelComponentKey> by variable
|
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodManagerServiceRestrictImeAmountTest.java | 124 List<String> enabledComponents) { in filterInputMethodServices()
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 90 in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
|
/aosp_15_r20/out/soong/.intermediates/packages/services/Car/cpp/powerpolicy/aidl/android.automotive.powerpolicy.delegate_interface/dump/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/ |
D | AccessibilityShortcutFragment.java | 65 String enabledComponents = Settings.Secure.getString(getContext().getContentResolver(), in onCreatePreferences() local
|