Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl117 void handleSystemNavigationKey(in int key); in handleSystemNavigationKey() method
DIStatusBarService.aidl78 void handleSystemNavigationKey(in int key); in handleSystemNavigationKey() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java137 default void handleSystemNavigationKey(int arg1) { } in handleSystemNavigationKey() method
418 public void handleSystemNavigationKey(int key) { in handleSystemNavigationKey() method in CommandQueue
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java407 public void handleSystemNavigationKey(int key) throws RemoteException { in handleSystemNavigationKey() method in StatusBarManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2851 public void handleSystemNavigationKey(int key) { in handleSystemNavigationKey() method