Searched refs:fileUrl (Results 1 – 2 of 2) sorted by relevance
250 String fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.HELLO_WORLD_URL); in testAccessAllowFileAccess() local251 mOnUiThread.loadUrlAndWaitForCompletion(fileUrl); in testAccessAllowFileAccess()254 fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.BR_TAG_URL); in testAccessAllowFileAccess()257 mOnUiThread.loadUrlAndWaitForCompletion(fileUrl); in testAccessAllowFileAccess()
2292 … String fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.PARAM_ASSET_URL+"?val=SUCCESS"); in testAndroidAssetQueryParam() local2293 mOnUiThread.loadUrlAndWaitForCompletion(fileUrl); in testAndroidAssetQueryParam()2306 String fileUrl = TestHtmlConstants.getFileUrl(TestHtmlConstants.ANCHOR_ASSET_URL+"#anchor"); in testAndroidAssetAnchor() local2307 mOnUiThread.loadUrlAndWaitForCompletion(fileUrl); in testAndroidAssetAnchor()