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.kt41 override fun handleSystemKey(keyCode: Int) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java314 public void handleSystemKey(int key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl144 void handleSystemKey(in int key); in handleSystemKey() method
DIStatusBarService.aidl113 void handleSystemKey(in int key); in handleSystemKey() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java304 default void handleSystemKey(int arg1) { } in handleSystemKey() method
886 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue
/frameworks/base/core/java/android/app/
DStatusBarManager.java739 public void handleSystemKey(int key) { in handleSystemKey() method in StatusBarManager
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java866 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService