Searched refs:separatorIndex (Results 1 – 4 of 4) sorted by relevance
233 int separatorIndex = datastoreKey.lastIndexOf(DATASTORE_KEY_SEPARATOR); in datastoreKeyToPackageName() local234 Preconditions.checkArgument(separatorIndex > 0, "Invalid datastore key"); in datastoreKeyToPackageName()235 return datastoreKey.substring(0, separatorIndex); in datastoreKeyToPackageName()
310 int separatorIndex = datastoreKey.lastIndexOf(DATASTORE_KEY_SEPARATOR); in datastoreKeyToPackageName() local311 Preconditions.checkArgument(separatorIndex > 0, "Invalid datastore key"); in datastoreKeyToPackageName()312 return datastoreKey.substring(0, separatorIndex); in datastoreKeyToPackageName()
167 int separatorIndex = text.lastIndexOf("."); in selectFileName() local169 (separatorIndex == -1 || mDocument.isDirectory()) ? text.length() : separatorIndex); in selectFileName()
393 int separatorIndex = effectSelection.indexOf('/'); in readEffectParameter() local395 effectSelection.substring(separatorIndex + 1); in readEffectParameter()