Searched refs:channelList (Results 1 – 3 of 3) sorted by relevance
129 protected void createNotificationChannels(List<Object /*NotificationChannel*/> channelList) { in createNotificationChannels() argument130 for (Object channel : channelList) { in createNotificationChannels()
146 List<InternalInstrumented<ChannelStats>> channelList in getRootChannels() local151 while (iterator.hasNext() && channelList.size() < maxPageSize) { in getRootChannels()152 channelList.add(iterator.next()); in getRootChannels()154 return new RootChannelList(channelList, !iterator.hasNext()); in getRootChannels()
2104 public void onFailure(int code, String ssid, SparseArray<int[]> channelList, in onFailure() argument2116 if (channelList != null) { in onFailure()2117 Log.d("onFailure list of tried channels: " + channelList); in onFailure()2125 key = channelList.keyAt(index); in onFailure()2132 int[] output = channelList.get(key); in onFailure()