Searched refs:statusIndex (Results 1 – 4 of 4) sorted by relevance
181 int statusIndex = mProgramNumberHandledStatus.indexOfKey(programNumber);182 if (statusIndex < 0) {375 int statusIndex = mVctItemHandledStatus.indexOfKey(sourceId); in handleVctItem() local376 if (statusIndex < 0) { in handleVctItem()380 if (!mVctItemHandledStatus.valueAt(statusIndex)) { in handleVctItem()
415 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local422 int status = cursor.getInt(statusIndex); in updateCompletedNotification()488 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
313 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local321 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local382 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()