[go: nahoru, domu]

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java43 private static void assertStartsWith(String message, String prefix, String actual) { method in class:MountServiceTests
176 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java430 assertStartsWith("The APK path should point to the ASEC",
432 assertStartsWith("The public APK path should point to the ASEC",
434 assertStartsWith("The native library path should point to the ASEC",
441 assertStartsWith("Native library should point to shared lib directory",
474 assertStartsWith("The APK path should point to the ASEC",
476 assertStartsWith("The public APK path should point to the ASEC",
478 assertStartsWith("The native library path should point to the ASEC",
550 private static void assertStartsWith(String prefix, String actual) { method in class:PackageManagerTests
551 assertStartsWith("", prefix, actual);
554 private static void assertStartsWith(Strin method in class:PackageManagerTests
[all...]

Completed in 37 milliseconds