Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppsActivity.java35 private String mVolumeUuid; field in AppsActivity
42 mVolumeUuid = args.getString(EXTRA_VOLUME_UUID); in onCreate()
60 AppsBrowseInfo appsBrowseInfo = new AppsBrowseInfo(this, mVolumeUuid, mVolumeName); in getBrowseInfoFactory()
DAppsBrowseInfo.java66 private final String mVolumeUuid; field in AppsBrowseInfo
86 mVolumeUuid = volumeUuid; in AppsBrowseInfo()
240 if (TextUtils.isEmpty(mVolumeUuid)) {
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java222 private String mVolumeUuid; field in ManageApplications
246 mVolumeUuid = args.getString(EXTRA_VOLUME_UUID); in onCreate()
357 mApplications.setOverrideFilter(new VolumeFilter(mVolumeUuid)); in createHeader()