Searched refs:mLastP2pState (Results 1 – 1 of 1) sorted by relevance
403 private boolean mLastP2pState = false; field in WifiP2pServiceImpl5672 if (mLastP2pState != wifiP2pAvailable) { in checkAndSendP2pStateChangedBroadcast()5673 mLastP2pState = wifiP2pAvailable; in checkAndSendP2pStateChangedBroadcast()5674 sendP2pStateChangedBroadcast(mLastP2pState); in checkAndSendP2pStateChangedBroadcast()