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