Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskInitializerTest.kt169 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 DNoteTaskInitializer.kt112 override fun handleSystemKey(key: KeyEvent) {
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl158 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
H A DIStatusBarService.aidl114 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java401 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 DWMShell.java290 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN, in initOneHanded()
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java761 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 DCommandQueue.java306 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 DCentralSurfacesCommandQueueCallbacks.java305 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java970 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 DOverviewProxyService.java370 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN,
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4672 statusBar.handleSystemKey(key);
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt430 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(@No…
/aosp14/frameworks/base/boot/hiddenapi/
H A 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