Home
last modified time | relevance | path

Searched refs:directionIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java306 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification() local
318 int dir = cursor.getInt(directionIndex); in updateActiveNotification()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1841 int directionIndex = DIRECTION_TO_INDEX.get(direction); in handleAppAgnosticOffScreenNudge() local
1842 int globalAction = mOffScreenNudgeGlobalActions[directionIndex]; in handleAppAgnosticOffScreenNudge()
1848 int keyCode = mOffScreenNudgeKeyCodes[directionIndex]; in handleAppAgnosticOffScreenNudge()
1855 Intent intent = mOffScreenNudgeIntents[directionIndex]; in handleAppAgnosticOffScreenNudge()