Home
last modified time | relevance | path

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

/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java61 public static final UiSelector LIST_VIEW = field in LogBuildNumber.SettingsHelper
115 UiScrollable appsSettingsList = new UiScrollable(SettingsHelper.LIST_VIEW); in selectSettingsFor()
134 UiScrollable aboutSettingsList = new UiScrollable(SettingsHelper.LIST_VIEW.instance(1)); in getAboutItem()
136 aboutSettingsList = new UiScrollable(SettingsHelper.LIST_VIEW.instance(0)); in getAboutItem()