Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java378 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local
385 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
432 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local
381 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()
DDictionarySettingsFragment.java289 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local
297 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()