Home
last modified time | relevance | path

Searched refs:mCurrentIdentityNotification (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java227 private boolean mCurrentIdentityNotification = false; field in WifiAwareStateManager
2173 + ", mCurrentIdentityNotification=" + mCurrentIdentityNotification); in connectLocal()
2192 && (mCurrentIdentityNotification || !notifyIdentityChange)) { in connectLocal()
2262 && mCurrentIdentityNotification == notificationReqs) { in disconnectLocal()
2590 mCurrentIdentityNotification = doesAnyClientNeedIdentityChangeNotifications(); in onConfigCompletedLocal()
3222 pw.println(" mCurrentIdentityNotification: " + mCurrentIdentityNotification); in dump()