Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java11352 final int semicolonIndex = type.indexOf(';'); in normalizeMimeType() local
11353 if (semicolonIndex != -1) { in normalizeMimeType()
11354 type = type.substring(0, semicolonIndex); in normalizeMimeType()