Home | History | Annotate | Download | only in content

Lines Matching refs:splitIndex

700             final int splitIndex = path.indexOf('/', 1);
701 final String tag = Uri.decode(path.substring(1, splitIndex));
702 path = Uri.decode(path.substring(splitIndex + 1));