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()
398 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed()
428 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_hideFilePreferenceWhenEmulatedStorageUnreadable()
458 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in displayPreference_hideFilePreferenceWhenNoEmulatedInternalStorage()
487 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_updateFilePreferenceToHideAfterSettingVolume()
491 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in displayPreference_updateFilePreferenceToHideAfterSettingVolume()
523 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.java197 final VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in setFilesPreferenceVisibility()
444 return mSvp.findEmulatedForPrivate(mVolume).buildBrowseIntent(); in getFilesIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageFileCategoryPreferenceController.java79 return mStorageVolumeProvider.findEmulatedForPrivate(getVolumeInfo()).buildBrowseIntent(); in getFilesIntent()
/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/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/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageFragment.java208 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()