Home
last modified time | relevance | path

Searched refs:channelList (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java129 protected void createNotificationChannels(List<Object /*NotificationChannel*/> channelList) { in createNotificationChannels() argument
130 for (Object channel : channelList) { in createNotificationChannels()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java146 List<InternalInstrumented<ChannelStats>> channelList in getRootChannels() local
151 while (iterator.hasNext() && channelList.size() < maxPageSize) { in getRootChannels()
152 channelList.add(iterator.next()); in getRootChannels()
154 return new RootChannelList(channelList, !iterator.hasNext()); in getRootChannels()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java2104 public void onFailure(int code, String ssid, SparseArray<int[]> channelList, in onFailure() argument
2116 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()