/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | PowerComponentHandlerUnitTest.java | 33 import static android.car.hardware.power.PowerComponent.VOICE_INTERACTION; 82 VISUAL_INTERACTION, VOICE_INTERACTION, WIFI}); in testGetAccumulatedPolicy_firstTime() 90 DISPLAY, VOICE_INTERACTION}, new int[]{AUDIO}); in testApplyPowerPolicy_oneTime() 92 DISPLAY, VOICE_INTERACTION}, new int[]{AUDIO, CELLULAR, CPU, ETHERNET, INPUT, in testApplyPowerPolicy_oneTime() 111 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, WIFI}); in testApplyPowerPolicy_multipleTimes() 136 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, CPU}); in testApplyPowerPolicy_withCustomComponents() 151 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, CPU, in testApplyPowerPolicy_withCustomComponents()
|
D | PolicyReaderUnitTest.java | 33 import static android.car.hardware.power.PowerComponent.VOICE_INTERACTION; 83 VOICE_INTERACTION, VISUAL_INTERACTION, TRUSTED_DEVICE_DETECTION, LOCATION, 88 new int[]{AUDIO, VOICE_INTERACTION, VISUAL_INTERACTION, TRUSTED_DEVICE_DETECTION}); 91 new int[]{AUDIO, DISPLAY, BLUETOOTH, WIFI, VOICE_INTERACTION, 96 new int[]{AUDIO, VOICE_INTERACTION, VISUAL_INTERACTION, TRUSTED_DEVICE_DETECTION}); 101 VOICE_INTERACTION, VISUAL_INTERACTION, LOCATION, MICROPHONE}); 105 new int[]{AUDIO, MEDIA, DISPLAY, PROJECTION, INPUT, VOICE_INTERACTION, 115 new int[]{AUDIO, MEDIA, DISPLAY, PROJECTION, INPUT, VOICE_INTERACTION, 123 VOICE_INTERACTION, VISUAL_INTERACTION, TRUSTED_DEVICE_DETECTION, LOCATION, 129 VOICE_INTERACTION, VISUAL_INTERACTION, TRUSTED_DEVICE_DETECTION, LOCATION, [all …]
|
D | CarPowerManagementServiceUnitTest.java | 198 PowerComponent.AUDIO, PowerComponent.VOICE_INTERACTION,
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | PolicyManagerTest.cpp | 125 PowerComponent::VOICE_INTERACTION, 143 PowerComponent::VOICE_INTERACTION, 157 PowerComponent::VOICE_INTERACTION, PowerComponent::VISUAL_INTERACTION, 171 PowerComponent::VOICE_INTERACTION, 183 PowerComponent::INPUT, PowerComponent::VOICE_INTERACTION, 196 {PowerComponent::AUDIO, PowerComponent::VOICE_INTERACTION, 209 PowerComponent::VOICE_INTERACTION, 220 PowerComponent::VOICE_INTERACTION, PowerComponent::VISUAL_INTERACTION, 227 PowerComponent::VOICE_INTERACTION, 233 {PowerComponent::AUDIO, PowerComponent::VOICE_INTERACTION, [all …]
|
D | PowerComponentHandlerTest.cpp | 129 PowerComponent::VOICE_INTERACTION, PowerComponent::VISUAL_INTERACTION, in TEST_F() 155 PowerComponent::VOICE_INTERACTION, PowerComponent::VISUAL_INTERACTION, in TEST_F()
|
/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | PowerComponentUtil.java | 172 return PowerComponent.VOICE_INTERACTION; in toPowerComponent() 220 case PowerComponent.VOICE_INTERACTION: in powerComponentToString()
|
D | PowerComponent.java | 69 int VOICE_INTERACTION = 11; field
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 129 PowerComponent.VOICE_INTERACTION, in createInitialOnPowerPolicy() 141 PowerComponent.VOICE_INTERACTION, PowerComponent.VISUAL_INTERACTION, in createAllOnPowerPolicy() 155 PowerComponent.INPUT, PowerComponent.VOICE_INTERACTION, in createNoUserPowerPolicy()
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PowerComponentHandler.java | 21 import static android.car.hardware.power.PowerComponent.VOICE_INTERACTION; 478 super(VOICE_INTERACTION); in VoiceInteractionPowerComponentMediator() 558 case PowerComponent.VOICE_INTERACTION: in createPowerComponent()
|
D | PolicyReader.java | 136 PowerComponent.INPUT, PowerComponent.VOICE_INTERACTION,
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
D | PowerComponentUtilUnitTest.java | 123 PowerComponent.VISUAL_INTERACTION, PowerComponent.VOICE_INTERACTION, in testPowerComponentsToStrings()
|
D | CarPowerManagerUnitTest.java | 33 import static android.car.hardware.power.PowerComponent.VOICE_INTERACTION; 286 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, WIFI}); in testGetCurrentPowerPolicy()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 108 PowerComponent::VOICE_INTERACTION, 122 PowerComponent::VOICE_INTERACTION,
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 742 field public static final int VOICE_INTERACTION = 11; // 0xb
|
D | lint-baseline.txt | 1420 UnflaggedApi: android.car.hardware.power.PowerComponent#VOICE_INTERACTION: 1421 …must be flagged with @FlaggedApi: field android.car.hardware.power.PowerComponent.VOICE_INTERACTION
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 742 field public static final int VOICE_INTERACTION = 11; // 0xb
|