Home
last modified time | relevance | path

Searched defs:label (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/
Dsample_config.json12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatType.java116 private final String label; field in FatType
120 long bitMask, float entrySize, String label) { in FatType()
DFat16BootSector.java125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel()
DSuperFloppyFormatter.java87 private String label; field in SuperFloppyFormatter
152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
DFatFileSystem.java167 public void setVolumeLabel(String label) in setVolumeLabel()
DFat32BootSector.java118 public void setVolumeLabel(String label) { in setVolumeLabel()
DAbstractDirectory.java357 public void setLabel(String label) throws IllegalArgumentException, in setLabel()