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.java380 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local
387 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
436 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java300 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local
308 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
DDictionaryProvider.java367 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local
390 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()