Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java216 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in testClickFiles()
397 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed()
427 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_hideFilePreferenceWhenEmulatedStorageUnreadable()
457 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in displayPreference_hideFilePreferenceWhenNoEmulatedInternalStorage()
486 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_updateFilePreferenceToHideAfterSettingVolume()
490 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in displayPreference_updateFilePreferenceToHideAfterSettingVolume()
522 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_updateFilePreferenceToShowAfterSettingVolume()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowStorageManagerVolumeProvider.java38 protected VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { in findEmulatedForPrivate() method in ShadowStorageManagerVolumeProvider
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DStorageItemPreferenceController.java192 final VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in setFilesPreferenceVisibility()
399 return mSvp.findEmulatedForPrivate(mVolume).buildBrowseIntent(); in getFilesIntent()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java192 final VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in setFilesPreferenceVisibility()
399 return mSvp.findEmulatedForPrivate(mVolume).buildBrowseIntent(); in getFilesIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageFileCategoryPreferenceController.java73 return mStorageVolumeProvider.findEmulatedForPrivate(getVolumeInfo()).buildBrowseIntent(); in getFilesIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DMigrateEstimateTask.java74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground()
DPrivateVolumeSettings.java170 mSharedVolume = mStorageManager.findEmulatedForPrivate(mVolume); in onCreate()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DMigrateEstimateTask.java74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground()
DPrivateVolumeSettings.java170 mSharedVolume = mStorageManager.findEmulatedForPrivate(mVolume); in onCreate()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageFragment.java192 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()