Searched refs:isWakeLockHeld (Results 1 – 2 of 2) sorted by relevance
114 assertFalse(mProxyController.isWakeLockHeld()); in testRequestNotSupported()145 assertTrue(mProxyController.isWakeLockHeld()); in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse()174 assertTrue(mProxyController.isWakeLockHeld()); in testWithNonPermanentExceptionOnRCResponse_WithoutExceptionOnFinishResponse()221 assertTrue(mProxyController.isWakeLockHeld()); in onFinishResponseWithException()237 assertFalse(mProxyController.isWakeLockHeld()); in onFinishResponseWithoutException()
629 if (isWakeLockHeld()) { in clearTransaction()642 public boolean isWakeLockHeld() { in isWakeLockHeld() method in ProxyController