Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java387 private boolean mCurrentIdentityNotification = false; field in WifiAwareStateManager
3808 + ", mCurrentIdentityNotification=" + mCurrentIdentityNotification); in connectLocal()
3828 && (mCurrentIdentityNotification || !notifyIdentityChange) in connectLocal()
3930 mCurrentIdentityNotification = false; in disconnectLocal()
3957 && mCurrentIdentityNotification == notificationReqs in disconnectLocal()
4286 mCurrentIdentityNotification = false; in disableUsageLocal()
4464 mCurrentIdentityNotification = doesAnyClientNeedIdentityChangeNotifications(); in onConfigCompletedLocal()
5693 pw.println(" mCurrentIdentityNotification: " + mCurrentIdentityNotification); in dump()