Searched refs:USER_ACTIVITY_EVENT_ACCESSIBILITY (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | KeyEventDispatcherTest.java | 177 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testSetOnKeyResult_eventHandled_shouldNotPassEventToFramework() 209 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testSetOnKeyResult_twoServicesReturnsTrue_shouldNotPassEventToFramework() 226 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testSetOnKeyResult_firstOfTwoServicesReturnsTrue_shouldNotPassEventToFramework() 243 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testSetOnKeyResult_secondOfTwoServicesReturnsTrue_shouldNotPassEventToFramework() 313 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testEventTimesOut_afterOneServiceReturnsTrue_shouldNotPassToFramework() 362 anyLong(), eq(PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY), eq(0)); in testEventTimesOut_afterServiceReturnsTrue_shouldNotPassToFramework()
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | powermanager.proto | 35 USER_ACTIVITY_EVENT_ACCESSIBILITY = 3; enumerator
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | KeyEventDispatcher.java | 174 PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY, 0); in setOnKeyEventResult()
|
H A D | AbstractAccessibilityServiceConnection.java | 2108 PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY, 0); in performAccessibilityActionInternal()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | AttentionDetector.java | 268 case PowerManager.USER_ACTIVITY_EVENT_ACCESSIBILITY: in onUserActivity()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PowerManager.java | 334 public static final int USER_ACTIVITY_EVENT_ACCESSIBILITY = 3; field in PowerManager 363 USER_ACTIVITY_EVENT_ACCESSIBILITY, 381 case USER_ACTIVITY_EVENT_ACCESSIBILITY: return "accessibility"; in userActivityEventToString()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 10753 field public static final int USER_ACTIVITY_EVENT_ACCESSIBILITY = 3; // 0x3
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 38256 Landroid/os/PowerManagerProto;->USER_ACTIVITY_EVENT_ACCESSIBILITY:I
|