Searched refs:handleSystemKey (Results 1 – 10 of 10) sorted by relevance
144 void handleSystemKey(in int key); in handleSystemKey() method
94 void handleSystemKey(in int key); in handleSystemKey() method
336 mCommandQueue.handleSystemKey(1); in testHandleSysKey()338 verify(mCallbacks).handleSystemKey(eq(1)); in testHandleSysKey()
264 default void handleSystemKey(int arg1) { } in handleSystemKey() method681 public void handleSystemKey(int key) { in handleSystemKey() method in CommandQueue1005 mCallbacks.get(i).handleSystemKey(msg.arg1); in handleMessage()
580 public void handleSystemKey(int key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService585 mBar.handleSystemKey(key); in handleSystemKey()
1849 public void handleSystemKey(int key) { in handleSystemKey() method
4125 statusBar.handleSystemKey(keyCode); in sendSystemKeyToStatusBar()
13213 PLcom/android/server/statusbar/StatusBarManagerService;->handleSystemKey(I)V
97365 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V97456 Lcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V97500 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->handleSystemKey(I)V
21621 HPLcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V