Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java302 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name); in selectSettingsFor() local
303 if (appSettings != null) { in selectSettingsFor()
304 return appSettings.click(); in selectSettingsFor()
312 UiObject appSettings = settingsList.getChildByText(LIST_ITEM_VALUE, name); in checkSettingsExists() local
313 return appSettings.exists(); in checkSettingsExists()