Searched refs:DEVICE_CLEANUP_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.server.hdmi.HdmiControlService.DEVICE_CLEANUP_TIMEOUT;1330 Message.obtain(mHandler, MSG_DISABLE_DEVICE_TIMEOUT), DEVICE_CLEANUP_TIMEOUT); in disableDevice() local
232 static final int DEVICE_CLEANUP_TIMEOUT = 5000; field in HdmiControlService4010 mWakeLock.acquire(DEVICE_CLEANUP_TIMEOUT); in acquireWakeLock()
28 import static com.android.server.hdmi.HdmiControlService.DEVICE_CLEANUP_TIMEOUT;285 inOrder.verify(mWakeLockSpy, times(1)).acquire(DEVICE_CLEANUP_TIMEOUT); in onStandby_acquireAndReleaseWakeLockSuccessfully()