Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java184 for (ChannelInfo channelInfo : channelInfoList) { in testGetChannels()
185 if (TextUtils.equals(channelInfo.name, channel.getDisplayName())) { in testGetChannels()
187 channelInfoList.remove(channelInfo); in testGetChannels()
375 public ChannelInfo channelInfo; field in ChannelDataManagerTest.ChannelInfoWrapper
379 public ChannelInfoWrapper(ChannelInfo channelInfo) { in ChannelInfoWrapper() argument
380 this.channelInfo = channelInfo; in ChannelInfoWrapper()
543 ChannelInfo.Builder builder = new ChannelInfo.Builder(channel.channelInfo); in simulateUpdate()
545 channel.channelInfo = builder.build(); in simulateUpdate()
626 return channel.channelInfo.name; in getString()
628 return channel.channelInfo.number; in getString()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java564 + ", channelInfo" + event.channelInfo); in eventDataPathConfirm_1_2()
571 mChannelInfoPerNdp.put(event.V1_0.ndpInstanceId, event.channelInfo); in eventDataPathConfirm_1_2()
576 event.channelInfo); in eventDataPathConfirm_1_2()
584 + ", ndpIds=" + event.ndpInstanceIds + ", channelInfo=" + event.channelInfo); in eventDataPathScheduleUpdate()
592 mChannelInfoPerNdp.put(ndpInstanceId, event.channelInfo); in eventDataPathScheduleUpdate()
596 event.ndpInstanceIds, event.channelInfo); in eventDataPathScheduleUpdate()
DWifiAwareDataPathStateManager.java573 int reason, byte[] message, List<NanDataPathChannelInfo> channelInfo) { in onDataPathConfirm() argument
578 + ", channelInfo=" + channelInfo); in onDataPathConfirm()
613 ndpInfo.channelInfo = channelInfo; in onDataPathConfirm()
802 List<NanDataPathChannelInfo> channelInfo) { in onDataPathSchedUpdate() argument
805 + ", ndpIds=" + ndpIds + ", channelInfo=" + channelInfo); in onDataPathSchedUpdate()
823 ndpInfo.channelInfo = channelInfo; in onDataPathSchedUpdate()
1265 public List<NanDataPathChannelInfo> channelInfo; field in WifiAwareDataPathStateManager.NdpInfo
1288 channelInfo); in toString()
DWifiAwareStateManager.java1303 byte[] message, List<NanDataPathChannelInfo> channelInfo) { in onDataPathConfirmNotification() argument
1311 msg.obj = channelInfo; in onDataPathConfirmNotification()
1331 List<NanDataPathChannelInfo> channelInfo) { in onDataPathScheduleUpdateNotification() argument
1336 msg.obj = channelInfo; in onDataPathScheduleUpdateNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java634 sb.append(", mChannelInfo=" + mRouterFingerPrintProto.channelInfo); in toString()
2192 currentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.channelInfo = in updateMetricsFromScanResult()