Home | History | Annotate | Download | only in settings

Lines Matching refs:ASSISTED_GPS_ENABLED

435             // due to a botched merge from donut to eclair, the initialization of ASSISTED_GPS_ENABLED
437 // to fix this, ASSISTED_GPS_ENABLED is now initialized while upgrading from 38 to 39,
484 mContext.getResources().getBoolean(R.bool.assisted_gps_enabled) ? "1" : "0";
486 Settings.Global.ASSISTED_GPS_ENABLED + "','" + value + "');");
2503 loadBooleanSetting(stmt, Settings.Global.ASSISTED_GPS_ENABLED,
2504 R.bool.assisted_gps_enabled);