Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanStateManager.java607 private WifiNanSessionState getNanSessionStateForPubSubId(int pubSubId) { in getNanSessionStateForPubSubId() method in WifiNanStateManager
610 .getNanSessionStateForPubSubId(pubSubId); in getNanSessionStateForPubSubId()
953 WifiNanSessionState session = getNanSessionStateForPubSubId(publishId); in onPublishTerminatedLocal()
1009 WifiNanSessionState session = getNanSessionStateForPubSubId(subscribeId); in onSubscribeTerminatedLocal()
1082 WifiNanSessionState session = getNanSessionStateForPubSubId(pubSubId); in onMatchLocal()
1102 WifiNanSessionState session = getNanSessionStateForPubSubId(pubSubId); in onMessageReceivedLocal()
DWifiNanClientState.java72 public WifiNanSessionState getNanSessionStateForPubSubId(int pubSubId) { in getNanSessionStateForPubSubId() method in WifiNanClientState