Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java801 public void onDataPathSchedUpdate(byte[] peerMac, List<Integer> ndpIds, in onDataPathSchedUpdate() argument
805 + ", ndpIds=" + ndpIds + ", channelInfo=" + channelInfo); in onDataPathSchedUpdate()
808 for (int ndpId : ndpIds) { in onDataPathSchedUpdate()
DWifiAwareStateManager.java1330 public void onDataPathScheduleUpdateNotification(byte[] peerMac, ArrayList<Integer> ndpIds, in onDataPathScheduleUpdateNotification() argument
1335 msg.getData().putIntegerArrayList(MESSAGE_BUNDLE_KEY_NDP_IDS, ndpIds); in onDataPathScheduleUpdateNotification()