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

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 322 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name);
323 if (appSettings != null) {
324 return appSettings.click();
332 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name);
333 return appSettings.exists();
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 195 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, settingName);
196 if (appSettings != null) {
197 return appSettings.click();

Completed in 428 milliseconds