Searched refs:mMockLocationAppPref (Results 1 – 1 of 1) sorted by relevance
190 private Preference mMockLocationAppPref; field in DevelopmentFragment345 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreatePreferences()346 mAllPrefs.add(mMockLocationAppPref); in onCreatePreferences()826 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label)); in updateMockLocation()829 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set)); in updateMockLocation()1506 } else if (preference == mMockLocationAppPref) { in onPreferenceTreeClick()