Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java735 public void onDataPathSchedUpdate(byte[] peerMac, List<Integer> ndpIds, in onDataPathSchedUpdate() argument
739 + ", ndpIds=" + ndpIds + ", channelInfo=" + channelInfo); in onDataPathSchedUpdate()
742 for (int ndpId : ndpIds) { in onDataPathSchedUpdate()
DWifiAwareStateManager.java1171 public void onDataPathScheduleUpdateNotification(byte[] peerMac, ArrayList<Integer> ndpIds, in onDataPathScheduleUpdateNotification() argument
1176 msg.getData().putIntegerArrayList(MESSAGE_BUNDLE_KEY_NDP_IDS, ndpIds); in onDataPathScheduleUpdateNotification()