Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java143 int slashIndex = activeComponent.indexOf("/"); in assistantIsNotificationListener() local
144 final String activePackage = activeComponent.substring(0, slashIndex); in assistantIsNotificationListener()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DRoleParser.java749 int slashIndex = type.indexOf('/'); in validateIntentFilterDataType() local
750 if (slashIndex <= 0 || type.length() < slashIndex + 2) { in validateIntentFilterDataType()