Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java238 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, settingName); in selectSettingFor() local
239 if (appSettings != null) { in selectSettingFor()
240 return appSettings.click(); in selectSettingFor()