HomeSort by relevance Sort by last modified time
    Searched defs:volumeLabel (Results 1 - 6 of 6) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java 205 public static FatDirectoryEntry createVolumeLabel(String volumeLabel) {
206 assert(volumeLabel != null);
211 volumeLabel.getBytes(), 0,
213 volumeLabel.length());
AbstractDirectory.java 49 private String volumeLabel;
179 return entries.size() + ((this.volumeLabel != null) ? 1 : 0);
227 if (this.volumeLabel != null) {
229 FatDirectoryEntry.createVolumeLabel(volumeLabel);
261 this.volumeLabel = e.getVolumeLabel();
306 return volumeLabel;
365 if (this.volumeLabel != null) {
368 this.volumeLabel = null;
371 this.volumeLabel = label;
377 this.volumeLabel = label
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 269 final String volumeLabel = volume.getDescription(context);
271 assertNotContainsRegex("should not have volume label on primary", volumeLabel, message);
273 assertContainsRegex("missing volume label", volumeLabel, message);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 198 String volumeLabel = null;
212 volumeLabel = sm.getBestVolumeDescription(volume);
213 if (TextUtils.isEmpty(volumeLabel)) {
214 volumeLabel = storageVolume.getDescription(activity);
216 if (TextUtils.isEmpty(volumeLabel)) {
217 volumeLabel = activity.getString(android.R.string.unknownName);
218 Log.w(TAG, "No volume description for " + volume + "; using " + volumeLabel);
256 args.putString(EXTRA_VOLUME_LABEL, volumeLabel);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 432 milliseconds