Searched refs:qmPostion (Results 1 – 1 of 1) sorted by relevance
187 int qmPostion = url.indexOf('?'); in isTestPageUrl() local189 if (slashPostion < qmPostion) { in isTestPageUrl()190 String fileName = url.substring(slashPostion + 1, qmPostion); in isTestPageUrl()