Home | History | Annotate | Download | only in provider

Lines Matching refs:putString

43         Settings.Secure.putString(r, "test_service", "Value");
47 Settings.Secure.putString(r, "test_service", "New");
56 Settings.System.putString(r, "test_setting", "Value");
74 Settings.Secure.putString(getContext().getContentResolver(), testKey, null);
95 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue);
176 Settings.Secure.putString(r, testKey, testValue1);
220 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test1");
225 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test2");
232 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test3");
241 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test1");
246 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test4");
253 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test3");
258 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test5");
265 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test5");