Home
last modified time | relevance | path

Searched refs:resultList (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DCallHistoryLiveData.java106 List<PhoneCallLog> resultList = new ArrayList<>(); in convertToEntity() local
110 PhoneCallLog previousCallLog = resultList.isEmpty() ? null : resultList.get( in convertToEntity()
111 resultList.size() - 1); in convertToEntity()
114 resultList.add(phoneCallLog); in convertToEntity()
117 return resultList; in convertToEntity()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DBluetoothFavoriteContactsLiveData.java43 List<Contact> resultList = new ArrayList<>(); in convertToEntity() local
50 for (Contact contact : resultList) { in convertToEntity()
58 resultList.add(favoriteEntry); in convertToEntity()
61 return resultList; in convertToEntity()
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java70 List<HdHomeRunDiscoverDevice> resultList = new ArrayList<>(); in findDevices() local
73 retry < HDHOMERUN_DISCOVER_RETRY_LIMIT && resultList.isEmpty(); in findDevices()
101 if (resultList.contains(result)) { in findDevices()
105 resultList.add(result); in findDevices()
106 if (resultList.size() >= maxCount) { in findDevices()
111 return resultList; in findDevices()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/
DWifiScanWorker.java107 final List<AccessPoint> resultList = new ArrayList<>(); in onAccessPointsChanged() local
110 resultList.add(clone(ap)); in onAccessPointsChanged()
111 if (resultList.size() >= DEFAULT_EXPANDED_ROW_COUNT) { in onAccessPointsChanged()
116 updateResults(resultList); in onAccessPointsChanged()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiScanWorker.java113 final List<AccessPoint> resultList = new ArrayList<>(); in onAccessPointsChanged() local
117 resultList.add(clone(ap)); in onAccessPointsChanged()
118 if (resultList.size() >= apRowCount) { in onAccessPointsChanged()
123 updateResults(resultList); in onAccessPointsChanged()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DDatabaseResultTask.java157 List<SearchResult> resultList = new ArrayList<>(resultSet); in query() local
158 Collections.sort(resultList); in query()
159 return resultList; in query()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1341 private static void appendDistinctNameIdList(ArrayList<String> resultList, String defaultName, in appendDistinctNameIdList() argument
1356 if (!resultList.contains(newString)) { in appendDistinctNameIdList()
1357 resultList.add(newString); in appendDistinctNameIdList()
1361 for (String nameId : resultList) { in appendDistinctNameIdList()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1130 List<byte[]> expectedList, List<byte[]> resultList) { in assertByteArrayListEquals() argument
1131 assertEquals(expectedList.size(), resultList.size()); in assertByteArrayListEquals()
1133 assertArrayEquals(expectedList.get(i), resultList.get(i)); in assertByteArrayListEquals()
/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...