Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DCarPowerHostTest.java72 testSetListenerInternal(/* suspendType= */ "s2r", in testSetListenerWithoutCompletion_suspendToRam()
88 testSetListenerInternal(/* suspendType= */ "s2d", in testSetListenerWithoutCompletion_suspendToDisk()
104 testSetListenerInternal(/* suspendType= */ "s2r", in testSetListenerWithCompletion_suspendToRam()
120 testSetListenerInternal(/* suspendType= */ "s2d", in testSetListenerWithCompletion_suspendToDisk()
149 private void testSetListenerInternal(String suspendType, String completionType, in testSetListenerInternal() method in CarPowerHostTest