Home
last modified time | relevance | path

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

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