Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2423 doesAnyClientNeedIdentityChangeNotifications() || notifyIdentityChange; in connectLocal()
2481 boolean notificationReqs = doesAnyClientNeedIdentityChangeNotifications(); in disconnectLocal()
2502 boolean notificationReqs = doesAnyClientNeedIdentityChangeNotifications(); in reconfigureLocal()
2822 mCurrentIdentityNotification = doesAnyClientNeedIdentityChangeNotifications(); in onConfigCompletedLocal()
3460 private boolean doesAnyClientNeedIdentityChangeNotifications() { in doesAnyClientNeedIdentityChangeNotifications() method in WifiAwareStateManager