HomeSort by relevance Sort by last modified time
    Searched refs:LIST_ITEM_VALUE (Results 1 - 2 of 2) sorted by null

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 64 private static final UiSelector LIST_ITEM_VALUE = new UiSelector().className(TextView.class);
322 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name);
332 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name);
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 65 private static final UiSelector LIST_ITEM_VALUE =
195 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, settingName);

Completed in 5088 milliseconds