Home
last modified time | relevance | path

Searched refs:formatType (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbASFormat.java43 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 DUsb20ASFormatI.java34 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 DUsb20ASFormatII.java37 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 DUsb20ASFormatIII.java34 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 DUsb20ASFormatIIEx.java37 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 DUsb10ASFormatII.java41 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 DUsb10ASFormatI.java36 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 DString8_fuzz.cpp99 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 DPhoneNumberUtils.java1341 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...