Home
last modified time | relevance | path

Searched defs:handleSystemKey (Results 1 – 6 of 6) sorted by relevance

/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/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/core/java/android/app/
H A DStatusBarManager.java761 public void handleSystemKey(@NonNull KeyEvent key) { in handleSystemKey() method in StatusBarManager
/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
/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