/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | UsbASFormat.java | 43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat() argument 45 mFormatType = formatType; in UsbASFormat() 72 byte formatType = stream.getByte(); in allocDescriptor() 75 switch (formatType) { in allocDescriptor() 78 return new Usb20ASFormatI(length, type, subtype, formatType, subclass); in allocDescriptor() 80 return new Usb10ASFormatI(length, type, subtype, formatType, subclass); in allocDescriptor() 85 return new Usb20ASFormatII(length, type, subtype, formatType, subclass); in allocDescriptor() 87 return new Usb10ASFormatII(length, type, subtype, formatType, subclass); in allocDescriptor() 92 return new Usb20ASFormatIII(length, type, subtype, formatType, subclass); in allocDescriptor() 97 return new UsbASFormat(length, type, subtype, formatType, subclass); in allocDescriptor()
|
H A D | Usb20ASFormatI.java | 34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatI() argument 35 super(length, type, subtype, formatType, subclass); in Usb20ASFormatI()
|
H A D | Usb20ASFormatII.java | 37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatII() argument 38 super(length, type, subtype, formatType, subclass); in Usb20ASFormatII()
|
H A D | Usb20ASFormatIII.java | 34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatIII() argument 35 super(length, type, subtype, formatType, subclass); in Usb20ASFormatIII()
|
H A D | Usb20ASFormatIIEx.java | 37 public Usb20ASFormatIIEx(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatIIEx() argument 38 super(length, type, subtype, formatType, subclass); in Usb20ASFormatIIEx()
|
H A D | Usb10ASFormatII.java | 41 public Usb10ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatII() argument 42 super(length, type, subtype, formatType, subclass); in Usb10ASFormatII()
|
H A D | Usb10ASFormatI.java | 36 public Usb10ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatI() argument 37 super(length, type, subtype, formatType, subclass); in Usb10ASFormatI()
|
/aosp14/system/core/libutils/ |
H A D | String8_fuzz.cpp | 99 FormatChar formatType = dataProvider->ConsumeEnum<FormatChar>(); in fuzzFormat() local 115 if (canApplyFlag(formatType, '#') && dataProvider->ConsumeBool()) { in fuzzFormat() 120 if (canApplyFlag(formatType, '.') && dataProvider->ConsumeBool()) { in fuzzFormat() 126 formatString.push_back(kFormatChars.at(static_cast<uint8_t>(formatType))); in fuzzFormat() 128 switch (formatType) { in fuzzFormat()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberUtils.java | 1341 int formatType = defaultFormattingType; in formatNumber() local 1345 formatType = FORMAT_NANP; in formatNumber() 1348 formatType = FORMAT_JAPAN; in formatNumber() 1350 formatType = FORMAT_UNKNOWN; in formatNumber() 1354 switch (formatType) { in formatNumber()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |