Searched refs:assertStartsWith (Results 1 – 2 of 2) sorted by relevance
67 assertStartsWith(Environment.getExternalStorageDirectory().getPath(), in testDownloadTextFile()79 assertStartsWith(getContext().getCacheDir().getAbsolutePath(), in testDownloadToCache()
288 protected void assertStartsWith(String expectedPrefix, String actual) { in assertStartsWith() method in AbstractDownloadProviderFunctionalTest