Searched refs:mMockLocationAppPref (Results 1 – 1 of 1) sorted by relevance
217 private Preference mMockLocationAppPref; field in DevelopmentFragment405 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreatePreferences()406 mAllPrefs.add(mMockLocationAppPref); in onCreatePreferences()905 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label)); in updateMockLocation()908 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set)); in updateMockLocation()1691 } else if (preference == mMockLocationAppPref) { in onPreferenceTreeClick()