Searched refs:mMockLocationAppPref (Results 1 – 2 of 2) sorted by relevance
192 private Preference mMockLocationAppPref; field in DevelopmentFragment341 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreatePreferences()342 mAllPrefs.add(mMockLocationAppPref); in onCreatePreferences()796 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label)); in updateMockLocation()799 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set)); in updateMockLocation()1577 } else if (preference == mMockLocationAppPref) { in onPreferenceTreeClick()
249 private Preference mMockLocationAppPref; field in DevelopmentSettings394 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); in onCreate()395 mAllPrefs.add(mMockLocationAppPref); in onCreate()939 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label)); in updateMockLocation()942 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set)); in updateMockLocation()1825 } else if (preference == mMockLocationAppPref) { in onPreferenceTreeClick()