Searched refs: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.java420 assertStartsWith("The APK path should point to the ASEC",
422 assertStartsWith("The public APK path should point to the ASEC",
424 assertStartsWith("The native library path should point to the ASEC",
438 assertStartsWith("Native library should point to shared lib directory",
472 assertStartsWith("The APK path should point to the ASEC",
474 assertStartsWith("The public APK path should point to the ASEC",
476 assertStartsWith("The native library path should point to the ASEC",
544 private static void assertStartsWith(String prefix, String actual) { method in class:PackageManagerTests
545 assertStartsWith("", prefix, actual);
548 private static void assertStartsWith(Strin method in class:PackageManagerTests
[all...]

Completed in 116 milliseconds