Searched refs:handleSystemKey (Results 1 – 9 of 9) sorted by relevance
273 mCommandQueue.handleSystemKey(1); in testHandleSysKey()275 verify(mCallbacks).handleSystemKey(eq(1)); in testHandleSysKey()
125 void handleSystemKey(in int key); in handleSystemKey() method
79 void handleSystemKey(in int key); in handleSystemKey() method
142 default void handleSystemKey(int arg1) { } in handleSystemKey() method431 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue639 mCallbacks.get(i).handleSystemKey(msg.arg1); in handleMessage()
442 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService447 mBar.handleSystemKey(key); in handleSystemKey()
3026 public void handleSystemKey(int key) { in handleSystemKey() method
6322 statusBar.handleSystemKey(keyCode); in sendSystemKeyToStatusBar()
11005 HPLcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V37626 HSPLcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V37663 HSPLcom/android/internal/statusbar/IStatusBarService;->handleSystemKey(I)V
13553 PLcom/android/server/statusbar/StatusBarManagerService;->handleSystemKey(I)V