Searched refs:mockSystemUiProxy (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/ |
D | TaskbarNavButtonControllerTest.java | 48 SystemUiProxy mockSystemUiProxy; field in TaskbarNavButtonControllerTest 78 mockSystemUiProxy, mockHandler); in setup() 84 verify(mockSystemUiProxy, times(1)).onBackPressed(); in testPressBack() 90 verify(mockSystemUiProxy, times(1)).onImeSwitcherPressed(); in testPressImeSwitcher() 96 verify(mockSystemUiProxy, times(1)) in testPressA11yShortClick() 103 verify(mockSystemUiProxy, times(1)).notifyAccessibilityButtonLongClicked(); in testPressA11yLongClick() 110 verify(mockSystemUiProxy, times(1)).startAssistant(any()); in testLongPressHome_enabled() 117 verify(mockSystemUiProxy, never()).startAssistant(any()); in testLongPressHome_disabled() 143 verify(mockSystemUiProxy, times(0)).stopScreenPinning(); in testLongPressBackRecentsNotPinned() 151 verify(mockSystemUiProxy, times(1)).stopScreenPinning(); in testLongPressBackRecentsPinned() [all …]
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | RecentTasksListTest.java | 50 private SystemUiProxy mockSystemUiProxy; field in RecentTasksListTest 61 mockSystemUiProxy); in setup() 67 verify(mockSystemUiProxy, times(0)) in onRecentTasksChanged_doesNotFetchTasks() 75 when(mockSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_onlyKeys_noValidTaskDescription() 95 when(mockSystemUiProxy.getRecentTasks(anyInt(), anyInt())) in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
|