Home
last modified time | relevance | path

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

/packages/modules/Scheduling/tests/src/com/android/cts/scheduling/
DRebootReadinessManagerTest.java122 RebootReadinessManager mRebootReadinessManager = field in RebootReadinessManagerTest
146 mRebootReadinessManager.removeRequestRebootReadinessStatusListener(READY_CALLBACK); in tearDown()
147 mRebootReadinessManager.removeRequestRebootReadinessStatusListener(BLOCKING_CALLBACK); in tearDown()
148 mRebootReadinessManager.cancelPendingReboot(); in tearDown()
160 mRebootReadinessManager.cancelPendingReboot(); in testRegisterAndUnregisterCallback()
162 mRebootReadinessManager.addRequestRebootReadinessStatusListener( in testRegisterAndUnregisterCallback()
165 mRebootReadinessManager.removeRequestRebootReadinessStatusListener(BLOCKING_CALLBACK); in testRegisterAndUnregisterCallback()
166 mRebootReadinessManager.cancelPendingReboot(); in testRegisterAndUnregisterCallback()
172 mRebootReadinessManager.addRequestRebootReadinessStatusListener( in testCallbackReadyToReboot()
186 mRebootReadinessManager.addRequestRebootReadinessStatusListener( in testCallbackReadyToReboot()
[all …]