/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskInitializerTest.kt | 121 .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/ |
D | NoteTaskInitializer.kt | 41 override fun handleSystemKey(keyCode: Int) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 144 void handleSystemKey(in int key); in handleSystemKey() method
|
D | IStatusBarService.aidl | 113 void handleSystemKey(in int key); in handleSystemKey() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 400 mCommandQueue.handleSystemKey(1); in testHandleSysKey() 402 verify(mCallbacks).handleSystemKey(eq(1)); in testHandleSysKey()
|
/frameworks/base/core/java/android/app/ |
D | StatusBarManager.java | 739 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/ |
D | WMShell.java | 298 () -> mCommandQueue.handleSystemKey( in initOneHanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 304 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/ |
D | CentralSurfacesCommandQueueCallbacks.java | 314 public void handleSystemKey(int key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 866 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/ |
D | OverviewProxyService.java | 341 () -> mCommandQueue.handleSystemKey(KeyEvent.KEYCODE_SYSTEM_NAVIGATION_DOWN));
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 4277 statusBar.handleSystemKey(keyCode); in sendSystemKeyToStatusBar()
|
/frameworks/base/core/api/ |
D | test-current.txt | 406 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(int…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 82932 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/ |
D | art-profile | 45108 HPLcom/android/server/statusbar/StatusBarManagerService;->handleSystemKey(I)V
|