Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java413 int indexMimeType = dataCursor.getColumnIndex(Data.MIMETYPE); in updateSecondaryVersionCounter() local
418 mimeType = dataCursor.getString(indexMimeType); in updateSecondaryVersionCounter()
548 int indexMimeType = c.getColumnIndex(Data.MIMETYPE); in fetchAndSetContacts() local
564 mimeType = c.getString(indexMimeType); in fetchAndSetContacts()