OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volumeLabel
(Results
1 - 8
of
8
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
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
...]
FatDirectoryEntry.java
205
public static FatDirectoryEntry createVolumeLabel(String
volumeLabel
) {
206
assert(
volumeLabel
!= null);
211
volumeLabel
.getBytes(), 0,
213
volumeLabel
.length());
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
SharedMinimal.java
72
* @param
volumeLabel
user-friendly label of the volume.
79
boolean onResult(File file, String
volumeLabel
, boolean isRoot, boolean isPrimary,
164
String
volumeLabel
= null;
174
volumeLabel
= sm.getBestVolumeDescription(volume);
175
if (TextUtils.isEmpty(
volumeLabel
)) {
176
volumeLabel
= storageVolume.getDescription(context);
178
if (TextUtils.isEmpty(
volumeLabel
)) {
179
volumeLabel
= context.getString(android.R.string.unknownName);
180
Log.w(TAG, "No volume description for " + volume + "; using " +
volumeLabel
);
196
return callback.onResult(file,
volumeLabel
, isRoot, isPrimary, requestedUri, rootUri)
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java
272
final String
volumeLabel
= volume.getDescription(context);
274
assertNotContainsRegex("should not have volume label on primary",
volumeLabel
, message);
276
assertContainsRegex("missing volume label",
volumeLabel
, message);
/packages/apps/DocumentsUI/src/com/android/documentsui/
ScopedAccessActivity.java
160
(file,
volumeLabel
, isRoot, isPrimary, grantedUri, rootUri) -> {
182
args.putString(EXTRA_VOLUME_LABEL,
volumeLabel
);
ScopedAccessProvider.java
478
(file,
volumeLabel
, isRoot, isPrimary, grantedUri, rootUri) -> {
/prebuilts/devtools/tools/lib/
fat32lib.jar
/prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar
Completed in 671 milliseconds