Searched defs:assertStartsWith (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java55 private static void assertStartsWith(String message, String prefix, String actual) { method in class:MountServiceTests
188 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java429 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",
448 assertStartsWith("Native library should point to shared lib directory",
481 assertStartsWith("The APK path should point to the ASEC",
483 assertStartsWith("The public APK path should point to the ASEC",
485 assertStartsWith("The native library path should point to the ASEC",
557 private static void assertStartsWith(String prefix, String actual) { method in class:PackageManagerTests
558 assertStartsWith("", prefix, actual);
561 private static void assertStartsWith(Strin method in class:PackageManagerTests
[all...]

Completed in 63 milliseconds