Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java113 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/
DCarPowerPolicy.java106 @NonNull int[] enabledComponents, in CarPowerPolicy()
171 int[] enabledComponents = in.createIntArray(); in CarPowerPolicy() local
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DPowerComponentHandler.cpp77 auto& disabledComponents) { in applyPowerPolicy()
94 Result<bool> getComponentState(const T& componentId, const std::vector<T>& enabledComponents, in getComponentState()
DPolicyManager.cpp209 auto* disabledComponents) -> Result<void> { in readComponents()
559 const std::vector<PowerComponent>& enabledComponents, in createPolicy()
644 const std::vector<std::string>& enabledComponents, in definePowerPolicy()
DCarPowerPolicyServer.cpp225 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/
DCarPowerManagerTest.java429 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/
DCarPowerManagementServiceUnitTest.java2930 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/
DMigrationStateManagerTest.java952 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/
DPowerComponentHandler.java153 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/
DNotificationListenerPrivacySourceTest.kt83 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/
DICarPowerPolicySystemNotification.aidl43 …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/
DICarPowerPolicySystemNotification.aidl77 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/
DICarPowerPolicySystemNotification.aidl43 …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/
DICarPowerPolicySystemNotification.aidl43 …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/
DICarPowerPolicySystemNotification.aidl40 …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/
DComponentsInteractorImpl.java24 public ComponentsInteractorImpl(@org.jetbrains.annotations.NotNull() in ComponentsInteractorImpl()
/aosp_15_r20/packages/services/Car/car-lib/native/CarPowerManager/
DCarPowerPolicy.cpp30 const std::vector<int32_t>& enabledComponents, in CarPowerPolicy()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt277 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 DComponentsFactoryKosmos.kt42 var Kosmos.enabledComponents: Collection<VolumePanelComponentKey> by variable
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceRestrictImeAmountTest.java124 List<String> enabledComponents) { in filterInputMethodServices()
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl90 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/
DICarPowerPolicyDelegate.aidl40 …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/
DICarPowerPolicyDelegate.aidl40 …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/
DICarPowerPolicyDelegate.aidl40 …ifyPowerPolicyDefinition(in @utf8InCpp String policyId, in @utf8InCpp String[] enabledComponents, … in notifyPowerPolicyDefinition()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityShortcutFragment.java65 String enabledComponents = Settings.Secure.getString(getContext().getContentResolver(), in onCreatePreferences() local

12345678910>>...15