Home | History | Annotate | Download | only in settings

Lines Matching refs:Secure

66         Cursor settingsCursor = getContentResolver().query(Settings.Secure.CONTENT_URI, null,
68 new String[]{Settings.Secure.LOCATION_PROVIDERS_ALLOWED},
122 Settings.Secure.setLocationProviderEnabled(cr,
126 Settings.Secure.setLocationProviderEnabled(cr,
132 Settings.Secure.putInt(cr, Settings.Secure.ASSISTED_GPS_ENABLED,
147 boolean gpsEnabled = Settings.Secure.isLocationProviderEnabled(
149 boolean networkEnabled = Settings.Secure.isLocationProviderEnabled(
155 mAssistedGps.setChecked(Settings.Secure.getInt(res,
156 Settings.Secure.ASSISTED_GPS_ENABLED, 2) == 1);
173 Settings.Secure.setLocationProviderEnabled(cr,
175 Settings.Secure.setLocationProviderEnabled(cr,