Home | History | Annotate | Download | only in provider

Lines Matching refs:LOCATION_PROVIDERS_ALLOWED

149             Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "gps");
151 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "network", otherUser.id);
154 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
156 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id));
162 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id));
198 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
200 assertEquals(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED),
204 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
206 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test1");
208 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
211 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test2");
213 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
216 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test3");
218 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
221 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test1");
223 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
226 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
228 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test2");
230 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
233 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
235 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test3");
237 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));