Home
last modified time | relevance | path

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

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DStorageManagerCompat.java83 VolumeInfoCompat findEmulatedForPrivate(VolumeInfoCompat privateVol) { in findEmulatedForPrivate() method in StorageManagerCompat
84 return new VolumeInfoCompat(mManager.findEmulatedForPrivate(privateVol.mVolumeInfo)); in findEmulatedForPrivate()
/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/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java427 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()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageFileCategoryPreferenceController.java88 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/Car/Settings/tests/unit/src/com/android/car/settings/storage/
DStorageFileCategoryPreferenceControllerTest.java89 when(mMockStorageVolumeProvider.findEmulatedForPrivate(any())).thenReturn(mMockVolumeInfo); in setUp()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageFragment.java206 final VolumeInfo sharedVolume = mStorageManager.findEmulatedForPrivate(mVolumeInfo); in startMeasurement()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java334 VolumeInfo sharedVolume = mSvp.findEmulatedForPrivate(mVolume); in isDocumentsPrefShown()