Home
last modified time | relevance | path

Searched refs:getCurrentPolicyId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarPowerManagerTest.java147 .that(listenerAudioOne.getCurrentPolicyId(LISTENER_WAIT_TIME_MS)) in testApplyNewPowerPolicy()
151 .that(listenerAudioTwo.getCurrentPolicyId(NO_WAIT)).isNull(); in testApplyNewPowerPolicy()
154 .that(listenerWifi.getCurrentPolicyId(LISTENER_WAIT_TIME_MS)).isEqualTo(policyId); in testApplyNewPowerPolicy()
157 .that(listenerLocation.getCurrentPolicyId(NO_WAIT)).isNull(); in testApplyNewPowerPolicy()
417 public String getCurrentPolicyId(long waitTimeMs) throws Exception { in getCurrentPolicyId() method in CarPowerManagerTest.PowerPolicyListenerImpl
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestHelper.java61 boolean expected = expectedPolicyId.equals(mFrameCpms.getCurrentPolicyId()); in checkCurrentPolicy()
64 CLog.d("currentPolicyId: " + mFrameCpms.getCurrentPolicyId()); in checkCurrentPolicy()
DCpmsSystemLayerStateInfo.java60 public String getCurrentPolicyId() { in getCurrentPolicyId() method in CpmsSystemLayerStateInfo
DCpmsFrameworkLayerStateInfo.java100 public String getCurrentPolicyId() { in getCurrentPolicyId() method in CpmsFrameworkLayerStateInfo