Home
last modified time | relevance | path

Searched refs:mCurrentSourcePreferences (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java108 private Intent mCurrentSourcePreferences; field in MediaActivity
164 if (mCurrentSourcePreferences != null) {
165 startActivity(mCurrentSourcePreferences);
530 mCurrentSourcePreferences = null; in updateSourcePreferences()
536 mCurrentSourcePreferences = new Intent(prefsIntent.getAction()) in updateSourcePreferences()
542 mAppBarView.setHasSettings(mCurrentSourcePreferences != null); in updateSourcePreferences()