Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt169 callback.handleSystemKey(expectedKeyEvent) in initialize_handleSystemKey()
227 callback.handleSystemKey( in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp()
232 callback.handleSystemKey( in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp()
245 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice()
248 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice()
251 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice()
254 callback.handleSystemKey( in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice()
267 callback.handleSystemKey( in tailButtonGestureDetection_longPress_shouldNotShowNoteTask()
270 callback.handleSystemKey( in tailButtonGestureDetection_longPress_shouldNotShowNoteTask()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyEventRepositoryTest.kt72 commandQueueCallbacks.value.handleSystemKey( in isPowerButtonDown_onChange()
77 commandQueueCallbacks.value.handleSystemKey( in isPowerButtonDown_onChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyevent/data/repository/
DKeyEventRepository.kt43 override fun handleSystemKey(event: KeyEvent) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt115 override fun handleSystemKey(key: KeyEvent) { in handleSystemKey() method in com.android.systemui.notetask.NoteTaskInitializer
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl169 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
DIStatusBarService.aidl114 void handleSystemKey(in KeyEvent key); in handleSystemKey() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java441 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey()
443 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()
/frameworks/base/core/java/android/app/
DStatusBarManager.java778 public void handleSystemKey(@NonNull KeyEvent key) { in handleSystemKey() method in StatusBarManager
782 svc.handleSystemKey(key); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java319 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN, in initOneHanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java303 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CentralSurfacesCommandQueueCallbacks
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java348 default void handleSystemKey(KeyEvent arg1) { } in handleSystemKey() method
1007 public void handleSystemKey(KeyEvent key) { in handleSystemKey() method in CommandQueue
1683 mCallbacks.get(i).handleSystemKey((KeyEvent) msg.obj); in handleMessage()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1031 public void handleSystemKey(KeyEvent key) throws RemoteException { in handleSystemKey() method in StatusBarManagerService
1040 mBar.handleSystemKey(key); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java407 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN,
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5176 statusBar.handleSystemKey(key);
/frameworks/base/core/api/
Dtest-current.txt462 …method @RequiresPermission(android.Manifest.permission.STATUS_BAR) public void handleSystemKey(@No…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt82289 Lcom/android/internal/statusbar/IStatusBar$Stub$Proxy;->handleSystemKey(I)V
82380 Lcom/android/internal/statusbar/IStatusBar;->handleSystemKey(I)V
82424 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->handleSystemKey(I)V