HomeSort by relevance Sort by last modified time
    Searched defs:SettingsHelper (Results 1 - 7 of 7) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/common/
SettingsStateManager.java 51 SettingsHelper.syncSet(mContext, mNamespace, mKey, value);
57 return SettingsHelper.get(mNamespace, mKey);
SettingsHelper.java 32 public final class SettingsHelper {
131 private SettingsHelper() {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivityCompatModeTest.java 30 import static android.autofillservice.cts.common.SettingsHelper.NAMESPACE_GLOBAL;
40 import android.autofillservice.cts.common.SettingsHelper;
107 SettingsHelper.syncSet(sContext, NAMESPACE_GLOBAL, AUTOFILL_COMPAT_MODE_ALLOWED_PACKAGES,
132 SettingsHelper.syncSet(sContext, NAMESPACE_GLOBAL, AUTOFILL_COMPAT_MODE_ALLOWED_PACKAGES,
Helper.java 37 import android.autofillservice.cts.common.SettingsHelper;
194 SettingsHelper.syncSet(context, USER_SETUP_COMPLETE, complete ? "1" : null);
782 SettingsHelper.syncSet(context, AUTOFILL_SERVICE, serviceName);
793 SettingsHelper.syncDelete(context, AUTOFILL_SERVICE);
800 final String actualName = SettingsHelper.get(AUTOFILL_SERVICE);
808 final String actual = SettingsHelper.get(AUTOFILL_SERVICE);
    [all...]
  /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 56 public class SettingsHelper {
57 private static final String TAG = "SettingsHelper";
108 public SettingsHelper(Context context) {
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 51 public class SettingsHelper {
52 private static final String TAG = SettingsHelper.class.getSimpleName();
76 private static SettingsHelper sInstance = null;
82 public SettingsHelper() {
89 public static SettingsHelper getInstance() {
91 sInstance = new SettingsHelper();

Completed in 228 milliseconds