Searched refs:mAssistedGps (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DLocationSettings.java53 private CheckBoxPreference mAssistedGps; field in class:LocationSettings
94 mAssistedGps = (CheckBoxPreference) root.findPreference(KEY_ASSISTED_GPS);
103 if (mAssistedGps != null) mAssistedGps.setEnabled(isToggleAllowed);
144 if (mAssistedGps != null) {
145 mAssistedGps.setEnabled(enabled);
148 } else if (preference == mAssistedGps) {
150 mAssistedGps.isChecked() ? 1 : 0);
171 if (mAssistedGps != null) {
172 mAssistedGps
[all...]

Completed in 287 milliseconds