Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java134 int slashIndex = activeComponent.indexOf("/"); in assistantIsNotificationListener() local
135 final String activePackage = activeComponent.substring(0, slashIndex); in assistantIsNotificationListener()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleParser.java615 int slashIndex = type.indexOf('/'); in validateIntentFilterDataType() local
616 if (slashIndex <= 0 || type.length() < slashIndex + 2) { in validateIntentFilterDataType()