Searched refs:pageName (Results 1 – 3 of 3) sorted by relevance
240 public void logScannerResult(String pageName) throws Exception { in logScannerResult() argument243 Log.i(RESULT_TAG, String.format("%s: %s suggestions!", pageName, res)); in logScannerResult()245 Log.i(RESULT_TAG, String.format("%s: Pass.", pageName)); in logScannerResult()
96 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument97 Intent intent = new Intent(pageName); in launchSettingsPage()
177 public static void launchSettingsPage(Context ctx, String pageName) throws Exception { in launchSettingsPage() argument178 Intent intent = new Intent(pageName); in launchSettingsPage()