HomeSort by relevance Sort by last modified time
    Searched refs:ASSISTED_GPS_ENABLED (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 274 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ASSISTED_GPS_ENABLED,
293 Settings.Secure.ASSISTED_GPS_ENABLED, 2) == 1);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 386 // due to a botched merge from donut to eclair, the initialization of ASSISTED_GPS_ENABLED
388 // to fix this, ASSISTED_GPS_ENABLED is now initialized while upgrading from 38 to 39,
435 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0";
437 Settings.Secure.ASSISTED_GPS_ENABLED + "','" + value + "');");
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 119 milliseconds