Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt112 override fun handleSystemKey(key: KeyEvent) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java305 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl158 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
DIStatusBarService.aidl114 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
/frameworks/base/core/java/android/app/
DStatusBarManager.java761 public void handleSystemKey(@NonNull KeyEvent key) { in handleSystemKey() method in StatusBarManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java306 default void handleSystemKey(KeyEvent arg1) { } in handleSystemKey() method
920 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CommandQueue
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java970 public void handleSystemKey(KeyEvent key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService