Home
last modified time | relevance | path

Searched refs:valueList (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarRadioManagerTest.java63 Integer[] valueList = new Integer[4]; in onPropertySet() local
64 value.getInt32ValuesList().toArray(valueList); in onPropertySet()
66 "Index out of range: " + valueList[0] + " (0, " + NUM_PRESETS + ")", in onPropertySet()
67 valueList[0] < 1); in onPropertySet()
69 "Index out of range: " + valueList[0] + " (0, " + NUM_PRESETS + ")", in onPropertySet()
70 valueList[0] > NUM_PRESETS); in onPropertySet()
73 new CarRadioPreset(valueList[0], valueList[1], valueList[2], valueList[3]); in onPropertySet()
74 mRadioPresets.put(valueList[0], preset); in onPropertySet()
88 Integer[] valueList = new Integer[4]; in onPropertyGet() local
89 value.getInt32ValuesList().toArray(valueList); in onPropertyGet()
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java309 List<ContentValues> valueList = intent.getParcelableArrayListExtra(EXTRA_CONTENT_VALUES); in createRawContact() local
319 int size = valueList.size(); in createRawContact()
321 ContentValues values = valueList.get(i); in createRawContact()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...