Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
DTsParser.java181 int statusIndex = mProgramNumberHandledStatus.indexOfKey(programNumber);
182 if (statusIndex < 0) {
375 int statusIndex = mVctItemHandledStatus.indexOfKey(sourceId); in handleVctItem() local
376 if (statusIndex < 0) { in handleVctItem()
380 if (!mVctItemHandledStatus.valueAt(statusIndex)) { in handleVctItem()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java415 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local
422 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
488 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java313 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local
321 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
DDictionaryProvider.java359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local
382 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()