/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskInitializerTest.kt | 169 callback.handleSystemKey(expectedKeyEvent) in initialize_handleSystemKey() 227 callback.handleSystemKey( in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp() 232 callback.handleSystemKey( in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp() 245 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 248 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 251 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 254 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() 267 callback.handleSystemKey( in tailButtonGestureDetection_longPress_shouldNotShowNoteTask() 270 callback.handleSystemKey( in tailButtonGestureDetection_longPress_shouldNotShowNoteTask()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyEventRepositoryTest.kt | 72 commandQueueCallbacks.value.handleSystemKey( in isPowerButtonDown_onChange() 77 commandQueueCallbacks.value.handleSystemKey( in isPowerButtonDown_onChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyevent/data/repository/ |
D | KeyEventRepository.kt | 43 override fun handleSystemKey(event: KeyEvent) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskInitializer.kt | 115 override fun handleSystemKey(key: KeyEvent) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 169 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
|
D | IStatusBarService.aidl | 114 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 441 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey() 443 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()
|
/frameworks/base/core/java/android/app/ |
D | StatusBarManager.java | 778 public void handleSystemKey(@NonNull KeyEvent key) { in handleSystemKey() method in StatusBarManager 782 svc.handleSystemKey(key); in handleSystemKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | WMShell.java | 319 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN, in initOneHanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 303 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 348 default void handleSystemKey(KeyEvent arg1) { } in handleSystemKey() method 1007 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CommandQueue 1683 mCallbacks.get(i).handleSystemKey((KeyEvent) msg.obj); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1031 public void handleSystemKey(KeyEvent key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService 1040 mBar.handleSystemKey(key); in handleSystemKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 407 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN,
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 5176 statusBar.handleSystemKey(key);
|
/frameworks/base/core/api/ |
D | test-current.txt | 462 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(@No…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 82289 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V 82380 Lcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V 82424 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->handleSystemKey(I)V
|