Home
last modified time | relevance | path

Searched refs:typeLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
DClipDescription.java94 final int typeLength = desiredType.length(); in compareMimeTypes() local
95 if (typeLength == 3 && desiredType.equals("*/*")) { in compareMimeTypes()
101 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') { in compareMimeTypes()
DIntentFilter.java1895 final int typeLength = type.length(); in findMimeType() local
1896 if (typeLength == 3 && type.equals("*/*")) { in findMimeType()
1910 if (typeLength == slashpos+2 && type.charAt(slashpos+1) == '*') { in findMimeType()
/frameworks/base/core/java/android/nfc/
DNdefRecord.java821 int typeLength = buffer.get() & 0xFF; in parse() local
825 if (inChunk && typeLength != 0) { in parse()
830 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()
995 int typeLength = in.readInt();
996 byte[] type = new byte[typeLength];
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java238 byte typeLength = 2; in testWellKnownLongIntegerMimeTypeValues()
242 data[1] = typeLength; in testWellKnownLongIntegerMimeTypeValues()