Home
last modified time | relevance | path

Searched refs:volumes (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DStorageWizardTest.java168 String volumes = mDevice.executeShellCommand("sm list-volumes public"); in getPublicVolume() local
169 while ((volumes == null || volumes.isEmpty() || !volumes.contains("mounted")) in getPublicVolume()
172 volumes = mDevice.executeShellCommand("sm list-volumes public"); in getPublicVolume()
175 if (volumes == null || volumes.isEmpty()) { in getPublicVolume()
179 return volumes.split("[\n ]")[0].trim(); in getPublicVolume()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaGrantsTest.java123 String[] volumes = {MediaStore.VOLUME_EXTERNAL_PRIMARY}; in testGetMediaGrantsForPackages() local
126 new String[]{TEST_OWNER_PACKAGE_NAME}, TEST_USER_ID, mimeTypes, volumes)); in testGetMediaGrantsForPackages()
136 new String[]{TEST_OWNER_PACKAGE_NAME2}, TEST_USER_ID, mimeTypes, volumes)); in testGetMediaGrantsForPackages()
146 new String[]{"non.existent.package"}, TEST_USER_ID, mimeTypes, volumes)); in testGetMediaGrantsForPackages()
161 String[] volumes = {MediaStore.VOLUME_EXTERNAL_PRIMARY}; in test_GetMediaGrantsForPackages_excludesIsTrashed() local
166 new String[]{TEST_OWNER_PACKAGE_NAME}, TEST_USER_ID, mimeTypes, volumes)); in test_GetMediaGrantsForPackages_excludesIsTrashed()
186 String[] volumes = {MediaStore.VOLUME_EXTERNAL_PRIMARY}; in test_GetMediaGrantsForPackages_excludesIsPending() local
191 new String[]{TEST_OWNER_PACKAGE_NAME}, TEST_USER_ID, mimeTypes, volumes)); in test_GetMediaGrantsForPackages_excludesIsPending()
214 String[] volumes = {MediaStore.VOLUME_EXTERNAL_PRIMARY}; in test_GetMediaGrantsForPackages_testMimeTypeFilter() local
220 new String[]{TEST_OWNER_PACKAGE_NAME}, TEST_USER_ID, mimeTypes, volumes)); in test_GetMediaGrantsForPackages_testMimeTypeFilter()
[all …]
DPublicVolumeTest.java76 List<StorageVolume> volumes = context. in testPublicVolumeDefaultFolders() local
78 for (StorageVolume volume : volumes) { in testPublicVolumeDefaultFolders()
89 volumes = context.getSystemService(StorageManager.class).getStorageVolumes(); in testPublicVolumeDefaultFolders()
90 for (StorageVolume volume : volumes) { in testPublicVolumeDefaultFolders()
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DDeviceListFragment.java138 ArrayList<File> volumes = new ArrayList<>(vols.size()); in showMountedVolumes() local
144 volumes.add(path); in showMountedVolumes()
149 mCurrentPathView.setText(getString(R.string.volumes, volumes.size())); in showMountedVolumes()
150 setFileList(volumes); in showMountedVolumes()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagevolumes/
DStorageVolumesFragment.java85 final List<VolumeInfo> volumes = mStorageManager.getVolumes(); in refresh() local
86 volumes.sort(VolumeInfo.getDescriptionComparator()); in refresh()
89 android.R.layout.simple_list_item_1, volumes.toArray())); in refresh()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java362 String volumes = device.executeShellCommand("sm list-volumes public"); in waitForPublicVolume() local
363 while ((volumes == null || volumes.isEmpty() || !volumes.contains("mounted")) in waitForPublicVolume()
366 volumes = device.executeShellCommand("sm list-volumes public"); in waitForPublicVolume()
369 if (volumes == null || volumes.isEmpty()) { in waitForPublicVolume()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DExternalDbFacade.java559 String[] volumes = getVolumeList();
560 if (volumes.length > 0) {
561 qb.appendWhereStandalone(buildWhereVolumeIn(volumes));
572 private String buildWhereVolumeIn(String[] volumes) {
573 return String.format(WHERE_VOLUME_IN_PREFIX, bindList((Object[]) volumes));
584 final String[] volumes = getVolumeList();
585 if (volumes.length == 0) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java137 final List<VolumeInfo> volumes = mStorageManager.getVolumes(); in refresh() local
138 volumes.sort(VolumeInfo.getDescriptionComparator()); in refresh()
140 final List<VolumeInfo> privateVolumes = new ArrayList<>(volumes.size()); in refresh()
141 final List<VolumeInfo> publicVolumes = new ArrayList<>(volumes.size()); in refresh()
144 for (final VolumeInfo vol : volumes) { in refresh()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormatAsPublicStepFragment.java59 final List<VolumeInfo> volumes = storageManager.getVolumes(); in onCreate() local
60 for (final VolumeInfo volume : volumes) { in onCreate()
DSettingsStorageService.java119 final List<VolumeInfo> volumes = storageManager.getVolumes(); in formatAsPublic() local
120 for (final VolumeInfo volume : volumes) { in formatAsPublic()
DFormatActivity.java284 final List<VolumeInfo> volumes = mStorageManager.getVolumes(); in onRequestFormatAsPrivate() local
285 for (final VolumeInfo volume : volumes) { in onRequestFormatAsPrivate()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DCarAudioZoneVolumeAdapter.java120 public void refreshVolumes(CarAudioZoneVolumeInfo[] volumes) { in refreshVolumes() argument
121 mVolumeList = volumes; in refreshVolumes()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DExternalDbFacadeTest.java1024 HashSet<String> volumes = new HashSet<>(); in testGetMediaCollectionInfoVolumeNames() local
1025 volumes.add("foo"); in testGetMediaCollectionInfoVolumeNames()
1026 volumes.add("bar"); in testGetMediaCollectionInfoVolumeNames()
1027 when(mockVolumeCache.getExternalVolumeNames()).thenReturn(volumes); in testGetMediaCollectionInfoVolumeNames()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java686 final StorageVolume[] volumes = StorageManager.getVolumeList(UserHandle.myUserId(), in isFilenameValid() local
688 for (StorageVolume volume : volumes) { in isFilenameValid()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt181 …ring QUERY_ARG_INCLUDE_RECENTLY_UNMOUNTED_VOLUMES = "android:query-arg-recently-unmounted-volumes";
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dnl_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz