Searched refs:mWifiLock (Results 1 – 2 of 2) sorted by relevance
64 private final WifiManager.WifiLock mWifiLock; field in Playback101 this.mWifiLock = ((WifiManager) service.getSystemService(Context.WIFI_SERVICE)) in Playback()119 if (mWifiLock.isHeld()) { in stop()120 mWifiLock.release(); in stop()184 mWifiLock.acquire(); in play()451 if (mWifiLock.isHeld()) { in relaxResources()452 mWifiLock.release(); in relaxResources()
128 WifiLock mWifiLock; field in MusicService185 mWifiLock = ((WifiManager) getSystemService(Context.WIFI_SERVICE)) in onCreate()341 if (mWifiLock.isHeld()) mWifiLock.release(); in relaxResources()491 if (mIsStreaming) mWifiLock.acquire(); in playNextSong()492 else if (mWifiLock.isHeld()) mWifiLock.release(); in playNextSong()