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.java101 .that(listenerAudioOne.getCurrentPolicyId(LISTENER_WAIT_TIME_MS)) in testApplyNewPowerPolicy()
105 .that(listenerAudioTwo.getCurrentPolicyId(NO_WAIT)).isNull(); in testApplyNewPowerPolicy()
107 .that(listenerWifi.getCurrentPolicyId(LISTENER_WAIT_TIME_MS)).isEqualTo(policyId); in testApplyNewPowerPolicy()
110 .that(listenerLocation.getCurrentPolicyId(NO_WAIT)).isNull(); in testApplyNewPowerPolicy()
153 public String getCurrentPolicyId(long waitTimeMs) throws Exception { in getCurrentPolicyId() method in CarPowerManagerTest.PowerPolicyListenerImpl
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestHelper.java57 boolean expected = expectedPolicyId.equals(mFrameCpms.getCurrentPolicyId()); in checkCurrentPolicy()
60 CLog.d("currentPolicyId: " + mFrameCpms.getCurrentPolicyId()); in checkCurrentPolicy()
DCpmsSystemLayerStateInfo.java60 public String getCurrentPolicyId() { in getCurrentPolicyId() method in CpmsSystemLayerStateInfo
DCpmsFrameworkLayerStateInfo.java89 public String getCurrentPolicyId() { in getCurrentPolicyId() method in CpmsFrameworkLayerStateInfo