Searched refs:findEmulatedForPrivate (Results 1 – 10 of 10) sorted by relevance
216 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()
38 protected VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { in findEmulatedForPrivate() method in ShadowStorageManagerVolumeProvider
192 final VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in setFilesPreferenceVisibility()399 return mSvp.findEmulatedForPrivate(mVolume).buildBrowseIntent(); in getFilesIntent()
73 return mStorageVolumeProvider.findEmulatedForPrivate(getVolumeInfo()).buildBrowseIntent(); in getFilesIntent()
74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground()
170 mSharedVolume = mStorageManager.findEmulatedForPrivate(mVolume); in onCreate()
192 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()