Searched refs:slashIndex (Results 1 – 2 of 2) sorted by relevance
143 int slashIndex = activeComponent.indexOf("/"); in assistantIsNotificationListener() local144 final String activePackage = activeComponent.substring(0, slashIndex); in assistantIsNotificationListener()
749 int slashIndex = type.indexOf('/'); in validateIntentFilterDataType() local750 if (slashIndex <= 0 || type.length() < slashIndex + 2) { in validateIntentFilterDataType()