Searched refs:pathIndex (Results 1 – 2 of 2) sorted by relevance
208 int pathIndex = mailboxPath.lastIndexOf(delimiter); in updateMailbox() local209 if (pathIndex > 0) { in updateMailbox()210 displayPath = mailboxPath.substring(pathIndex + 1); in updateMailbox()
1038 final int pathIndex = in convertUriToPath() local1040 path = cursor.getString(pathIndex); in convertUriToPath()