Searched defs:mAllowMockLocation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DDevelopmentSettings.java123 private CheckBoxPreference mAllowMockLocation; field in class:DevelopmentSettings
175 mAllowMockLocation = findAndInitCheckboxPref(ALLOW_MOCK_LOCATION);
339 updateCheckBox(mAllowMockLocation, Settings.Secure.getInt(cr,
823 } else if (preference == mAllowMockLocation) {
826 mAllowMockLocation.isChecked() ? 1 : 0);

Completed in 9 milliseconds