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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java191 private Preference mMockLocationAppPref; field in class:DevelopmentFragment
331 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY);
332 mAllPrefs.add(mMockLocationAppPref);
782 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label));
785 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set));
1549 } else if (preference == mMockLocationAppPref) {
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java281 private Preference mMockLocationAppPref; field in class:DevelopmentSettings
468 mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY);
469 mAllPrefs.add(mMockLocationAppPref);
1030 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_set, label));
1033 mMockLocationAppPref.setSummary(getString(R.string.mock_location_app_not_set));
2503 } else if (preference == mMockLocationAppPref) {

Completed in 135 milliseconds