Searched refs:mMockWakelock (Results 1 – 1 of 1) sorted by relevance
71 protected PowerManager.WakeLock mMockWakelock; field in IkeLocalRequestSchedulerTest79 mMockWakelock = mock(WakeLock.class); in setUp()82 doReturn(mMockWakelock).when(mMockPowerManager).newWakeLock(anyInt(), anyString()); in setUp()