Searched refs:statusIndex (Results 1 – 3 of 3) sorted by relevance
380 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local387 int status = cursor.getInt(statusIndex); in updateCompletedNotification()436 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
300 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local308 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
367 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local390 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()