Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl137 void handleSystemKey(in int key); in handleSystemKey() method
H A DIStatusBarService.aidl102 void handleSystemKey(in int key); in handleSystemKey() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java326 public void handleSystemKey(int key) { in handleSystemKey() method in StatusBarCommandQueueCallbacks
/aosp12/frameworks/base/core/java/android/app/
H A DStatusBarManager.java380 public void handleSystemKey(int key) { in handleSystemKey() method in StatusBarManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java282 default void handleSystemKey(int arg1) { } in handleSystemKey() method
797 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java753 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService