OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SettingsHelper
(Results
1 - 2
of
2
) sorted by null
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java
60
public static class
SettingsHelper
{
115
UiScrollable appsSettingsList = new UiScrollable(
SettingsHelper
.LIST_VIEW);
116
UiObject obj = appsSettingsList.getChildByText(
SettingsHelper
.LIST_VIEW_ITEM, name);
134
UiScrollable aboutSettingsList = new UiScrollable(
SettingsHelper
.LIST_VIEW.instance(1));
136
aboutSettingsList = new UiScrollable(
SettingsHelper
.LIST_VIEW.instance(0));
141
UiObject aboutItem = aboutSettingsList.getChildByText(
SettingsHelper
.LIST_VIEW_ITEM, item);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java
37
public class
SettingsHelper
{
42
public
SettingsHelper
(Context context) {
Completed in 156 milliseconds