Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java202 private static final int INVALID_GLOBAL_ACTION = -1; field in RotaryService
1789 if (globalAction == INVALID_GLOBAL_ACTION) { in handleAppSpecificOffScreenNudge()
1792 if (globalAction != INVALID_GLOBAL_ACTION) { in handleAppSpecificOffScreenNudge()
1843 if (globalAction != INVALID_GLOBAL_ACTION) { in handleAppAgnosticOffScreenNudge()
1874 return INVALID_GLOBAL_ACTION; in getGlobalAction()
1879 INVALID_GLOBAL_ACTION); in getGlobalAction()