/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
H A D | NoteTaskInitializerTest.kt | 169 callback.handleSystemKey(expectedKeyEvent) 227 callback.handleSystemKey( 232 callback.handleSystemKey( 245 callback.handleSystemKey( 248 callback.handleSystemKey( 251 callback.handleSystemKey( 254 callback.handleSystemKey( 267 callback.handleSystemKey( 270 callback.handleSystemKey(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskInitializer.kt | 112 override fun handleSystemKey(key: KeyEvent) {
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 158 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
|
H A D | IStatusBarService.aidl | 114 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 401 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey() 403 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 290 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN, in initOneHanded()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | StatusBarManager.java | 761 public void handleSystemKey(@NonNull KeyEvent key) { in handleSystemKey() method in StatusBarManager 765 svc.handleSystemKey(key); in handleSystemKey()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 306 default void handleSystemKey(KeyEvent arg1) { } in handleSystemKey() method 920 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CommandQueue 1555 mCallbacks.get(i).handleSystemKey((KeyEvent) msg.obj); in handleMessage()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesCommandQueueCallbacks.java | 305 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 970 public void handleSystemKey(KeyEvent key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService 979 mBar.handleSystemKey(key); in handleSystemKey()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 370 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN,
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 4672 statusBar.handleSystemKey(key);
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 430 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(@No…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A 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
|