Searched refs:valuesList (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | Mapper.java | 67 valuesList[0] = new ContentValues(); in putDeviceDocument() 72 valuesList, in putDeviceDocument() 101 valuesList[i] = new ContentValues(); in putStorageDocuments() 104 valuesList[i], in putStorageDocuments() 112 valuesList, in putStorageDocuments() 144 valuesList[i] = new ContentValues(); in putChildDocuments() 146 valuesList[i], in putChildDocuments() 155 valuesList, in putChildDocuments() 240 ContentValues[] valuesList, in putDocuments() argument 253 for (int i = 0; i < valuesList.length; i++) { in putDocuments() [all …]
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | CarPropertyUtils.java | 124 List<Object> valuesList = new ArrayList<>(); in toMixedCarPropertyValue() local 126 valuesList.add(value.stringValue); in toMixedCarPropertyValue() 130 valuesList.add(boolValue); in toMixedCarPropertyValue() 131 valuesList.addAll(value.int32Values.subList(1, value.int32Values.size())); in toMixedCarPropertyValue() 133 valuesList.addAll(value.int32Values); in toMixedCarPropertyValue() 135 valuesList.addAll(value.int64Values); in toMixedCarPropertyValue() 136 valuesList.addAll(value.floatValues); in toMixedCarPropertyValue() 137 valuesList.addAll(value.bytes); in toMixedCarPropertyValue() 138 return new CarPropertyValue<>(propertyId, areaId, status, timestamp, valuesList.toArray()); in toMixedCarPropertyValue()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityButtonGesturePreferenceController.java | 76 final String[] valuesList = mContext.getResources().getStringArray( in getDefaultGestureValue() local 78 mDefaultGesture = Optional.of(Integer.parseInt(valuesList[0])); in getDefaultGestureValue()
|
H A D | AccessibilityButtonLocationPreferenceController.java | 76 final String[] valuesList = mContext.getResources().getStringArray( in getDefaultLocationValue() local 78 mDefaultLocation = Optional.of(Integer.parseInt(valuesList[0])); in getDefaultLocationValue()
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/ |
H A D | EabContactSyncControllerTest.java | 261 private Cursor convertContentValuesToCursor(List<ContentValues> valuesList) { in convertContentValuesToCursor() argument 262 if (valuesList != null) { in convertContentValuesToCursor() 264 new MatrixCursor(valuesList.get(0).keySet().toArray(new String[0])); in convertContentValuesToCursor() 265 for (ContentValues contentValue : valuesList) { in convertContentValuesToCursor()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-api-client-1.30.2.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-api-client-1.30.10.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |