Searched refs:mMockLocationAppPref (Results 1 – 1 of 1) sorted by relevance
205 private Preference mMockLocationAppPref; field in DevelopmentFragment372 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreatePreferences()373 mAllPrefs.add(mMockLocationAppPref); in onCreatePreferences()876 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label)); in updateMockLocation()879 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set)); in updateMockLocation()1616 } else if (preference == mMockLocationAppPref) { in onPreferenceTreeClick()