Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DOverviewTask.java72 int taskCountBeforeDismiss = mOverview.getTaskCount(); in dismiss() local
73 mLauncher.assertNotEquals("Unable to find a task", 0, taskCountBeforeDismiss); in dismiss()
74 if (taskCountBeforeDismiss == 1) { in dismiss()