Home
last modified time | relevance | path

Searched refs:colIndex (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugStorageUtils.java246 int colIndex = c.getColumnIndex(colName); in getInt() local
247 if (colIndex == -1) { in getInt()
251 return c.getInt(colIndex); in getInt()
258 int colIndex = c.getColumnIndex(colName); in getString() local
259 if (colIndex == -1) { in getString()
263 return Strings.nullToEmpty(c.getString(colIndex)); in getString()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1410 int colIndex = c.getColumnIndex(Contacts.DISPLAY_NAME); in getContactNameFromPhone() local
1413 name = c.getString(colIndex); in getContactNameFromPhone()
1515 int colIndex = c.getColumnIndex(Mms.Addr.ADDRESS); in getAddressMms() local
1518 addr = c.getString(colIndex); in getAddressMms()