Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/sensor_world/
H A Dsensor_world.cc254 size_t statusIndex = 0; variable
451 if (sensors[statusIndex].isInitialized && reading.isNear == 0) { in nanoappHandleEvent()
454 chreGetSensorSamplingStatus(sensors[statusIndex].handle, &status); in nanoappHandleEvent()
456 sensors[statusIndex].info.sensorName, success, status.enabled, in nanoappHandleEvent()
459 statusIndex = (statusIndex + 1) % ARRAY_SIZE(sensors); in nanoappHandleEvent()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java419 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local
426 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
496 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionarySettingsFragment.java313 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local
321 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
H A DDictionaryProvider.java359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local
382 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1089 int statusIndex = mNotificationContainerParent.indexOfChild(keyguardStatusView); in reInflateViews() local
1093 mNotificationContainerParent.addView(keyguardStatusView, statusIndex); in reInflateViews()