Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl144 void handleSystemKey(in int key); in handleSystemKey() method
DIStatusBarService.aidl94 void handleSystemKey(in int key); in handleSystemKey() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java264 default void handleSystemKey(int arg1) { } in handleSystemKey() method
681 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java580 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1774 public void handleSystemKey(int key) { in handleSystemKey() method