Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt121 .handleSystemKey(NoteTaskController.NOTE_TASK_KEY_EVENT) in handleSystemKey_receiveValidSystemKey_keyguardNotLocked_shouldShowNoteTaskWithUnlocked()
133 .handleSystemKey(NoteTaskController.NOTE_TASK_KEY_EVENT) in handleSystemKey_receiveValidSystemKey_keyguardLocked_shouldShowNoteTaskWithLocked()
143 .handleSystemKey(NoteTaskController.NOTE_TASK_KEY_EVENT) in handleSystemKey_receiveValidSystemKey_nullKeyguardManager_shouldShowNoteTaskWithUnlocked()
151 createNoteTaskInitializer().callbacks.handleSystemKey(KeyEvent.KEYCODE_UNKNOWN) in handleSystemKey_receiveInvalidSystemKey_shouldDoNothing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt41 override fun handleSystemKey(keyCode: Int) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl144 void handleSystemKey(in int key); in handleSystemKey() method
DIStatusBarService.aidl113 void handleSystemKey(in int key); in handleSystemKey() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java400 mCommandQueue.handleSystemKey(1); in testHandleSysKey()
402 verify(mCallbacks).handleSystemKey(eq(1)); in testHandleSysKey()
/frameworks/base/core/java/android/app/
DStatusBarManager.java739 public void handleSystemKey(int key) { in handleSystemKey() method in StatusBarManager
743 svc.handleSystemKey(key); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java298 () -> mCommandQueue.handleSystemKey( in initOneHanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java304 default void handleSystemKey(int arg1) { } in handleSystemKey() method
886 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue
1518 mCallbacks.get(i).handleSystemKey(msg.arg1); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java314 public void handleSystemKey(int key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java866 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService
873 mBar.handleSystemKey(key); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java341 () -> mCommandQueue.handleSystemKey(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_DOWN));
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4277 statusBar.handleSystemKey(keyCode); in sendSystemKeyToStatusBar()
/frameworks/base/core/api/
Dtest-current.txt406 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(int…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt82932 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V
83023 Lcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V
83067 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->handleSystemKey(I)V
/frameworks/base/services/
Dart-profile45108 HPLcom/android/server/statusbar/StatusBarManagerService;->handleSystemKey(I)V