Searched refs:RELEASE_WAKELOCK (Results 1 – 2 of 2) sorted by relevance
122 private static final int RELEASE_WAKELOCK = 107; field in Controller527 case RELEASE_WAKELOCK: in startHandler()646 .obtainMessage(RELEASE_WAKELOCK), WAKELOCK_TIMEOUT); in onPause()712 mHandler.removeMessages(RELEASE_WAKELOCK); in releaseWakeLock()
104 private static final int RELEASE_WAKELOCK = 2; field in MediaPlaybackService221 case RELEASE_WAKELOCK:1978 mHandler.sendEmptyMessage(RELEASE_WAKELOCK);