Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java66 private static final UiSelector LIST_VIEW = new UiSelector().className(ListView.class); field in NotificationHelper
311 UiScrollable settingsList = new UiScrollable(LIST_VIEW); in checkSettingsExists()