OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statusIndex
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
378
final int
statusIndex
= cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
385
int status = cursor.getInt(
statusIndex
);
432
int status = cursor.getInt(
statusIndex
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
359
final int
statusIndex
= results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN);
381
final int wordListStatus = results.getInt(
statusIndex
);
DictionarySettingsFragment.java
289
final int
statusIndex
= cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN);
297
final int status = cursor.getInt(
statusIndex
);
Completed in 39 milliseconds