Searched refs:findEmulatedForPrivate (Results 1 – 8 of 8) sorted by relevance
83 VolumeInfoCompat findEmulatedForPrivate(VolumeInfoCompat privateVol) { in findEmulatedForPrivate() method in StorageManagerCompat84 return new VolumeInfoCompat(mManager.findEmulatedForPrivate(privateVol.mVolumeInfo)); in findEmulatedForPrivate()
38 protected VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { in findEmulatedForPrivate() method in ShadowStorageManagerVolumeProvider
427 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed()440 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in setPrivateStorageCategoryPreferencesVisibility_updateFilePreferenceToHideAfterSettingVolume_hidePreference()445 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(null); in setPrivateStorageCategoryPreferencesVisibility_updateFilePreferenceToHideAfterSettingVolume_hidePreference()458 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume); in setVolume_updateFilePreferenceToShowAfterSettingVolume_showPreference()
88 return mStorageVolumeProvider.findEmulatedForPrivate(getVolumeInfo()).buildBrowseIntent(); in getFilesIntent()
74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground()
89 when(mMockStorageVolumeProvider.findEmulatedForPrivate(any())).thenReturn(mMockVolumeInfo); in setUp()
206 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()
334 VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in isDocumentsPrefShown()