Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java377 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed()
389 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in setPrivateStorageCategoryPreferencesVisibility_updateFilePreferenceToHideAfterSettingVolume_hidePreference()
394 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in setPrivateStorageCategoryPreferencesVisibility_updateFilePreferenceToHideAfterSettingVolume_hidePreference()
406 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in setVolume_updateFilePreferenceToShowAfterSettingVolume_showPreference()
/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/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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageFragment.java208 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java270 final VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in setPrivateStorageCategoryPreferencesVisibility()