Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java317 int indexMimeType = dataCursor.getColumnIndex(Data.MIMETYPE); in updateSecondaryVersionCounter() local
322 mimeType = dataCursor.getString(indexMimeType); in updateSecondaryVersionCounter()
430 int indexMimeType = c.getColumnIndex(Data.MIMETYPE); in fetchAndSetContacts() local
440 mimeType = c.getString(indexMimeType); in fetchAndSetContacts()