Home
last modified time | relevance | path

Searched refs:switchTask (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/
H A DTaskSwitcherNotificationCoordinatorTest.kt95 switchTask()
119 switchTask()
127 private fun switchTask() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java748 switchTask("other_package"); in testClientNotified_whenTaskStackChangesDuringShow()
765 switchTask("other_package"); in testClientNotified_whenTaskStackChangesDuringAuthentication()
1001 switchTask("other_package"); in testShowDialog_whenOwnerNotInForeground()
1028 private void switchTask(String packageName) { in switchTask() method in AuthControllerTest