HomeSort by relevance Sort by last modified time
    Searched refs:assertStartsWith (Results 1 - 5 of 5) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 66 assertStartsWith(Environment.getExternalStorageDirectory().getPath(),
78 assertStartsWith(getContext().getCacheDir().getAbsolutePath(),
AbstractDownloadProviderFunctionalTest.java 264 protected void assertStartsWith(String expectedPrefix, String actual) {
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 161 private static void assertStartsWith(String message, String prefix, String actual) {
291 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 55 private static void assertStartsWith(String message, String prefix, String actual) {
188 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 429 assertStartsWith("The APK path should point to the ASEC",
431 assertStartsWith("The public APK path should point to the ASEC",
433 assertStartsWith("The native library path should point to the ASEC",
447 assertStartsWith("Native library should point to shared lib directory",
480 assertStartsWith("The APK path should point to the ASEC",
482 assertStartsWith("The public APK path should point to the ASEC",
484 assertStartsWith("The native library path should point to the ASEC",
556 private static void assertStartsWith(String prefix, String actual) {
557 assertStartsWith("", prefix, actual);
560 private static void assertStartsWith(String description, String prefix, String actual)
    [all...]

Completed in 639 milliseconds