Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java181 waitForWorkCard("Work paused card not shown", view -> view instanceof WorkPausedCard); in toggleWorks()
209 waitForWorkCard("Work profile education not shown", view -> view instanceof WorkEduCard); in testEdu()
212 private void waitForWorkCard(String message, Predicate<View> workCardCheck) { in waitForWorkCard() method in TaplWorkProfileTest