Home
last modified time | relevance | path

Searched refs:handleSystemKey (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java273 mCommandQueue.handleSystemKey(1); in testHandleSysKey()
275 verify(mCallbacks).handleSystemKey(eq(1)); in testHandleSysKey()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl125 void handleSystemKey(in int key); in handleSystemKey() method
DIStatusBarService.aidl79 void handleSystemKey(in int key); in handleSystemKey() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java142 default void handleSystemKey(int arg1) { } in handleSystemKey() method
431 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue
639 mCallbacks.get(i).handleSystemKey(msg.arg1); in handleMessage()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java442 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService
447 mBar.handleSystemKey(key); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3026 public void handleSystemKey(int key) { in handleSystemKey() method
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6322 statusBar.handleSystemKey(keyCode); in sendSystemKeyToStatusBar()
/frameworks/base/config/
Dboot-image-profile.txt11005 HPLcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V
37626 HSPLcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V
37663 HSPLcom/android/internal/statusbar/IStatusBarService;->handleSystemKey(I)V
/frameworks/base/services/
Dart-profile13553 PLcom/android/server/statusbar/StatusBarManagerService;->handleSystemKey(I)V