Searched refs:assertStartsWith (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageManagerTests.java | 459 assertStartsWith("Native library should point to shared lib directory", in assertInstall() 484 assertStartsWith("The APK path should point to the ASEC", in assertInstall() 486 assertStartsWith("The public APK path should point to the ASEC", in assertInstall() 488 assertStartsWith("The native library path should point to the ASEC", in assertInstall() 560 private static void assertStartsWith(String prefix, String actual) { in assertStartsWith() method in PackageManagerTests 561 assertStartsWith("", prefix, actual); in assertStartsWith() 564 private static void assertStartsWith(String description, String prefix, String actual) { in assertStartsWith() method in PackageManagerTests 1241 assertStartsWith("Native library dir should be in dataDir", in moveFromRawResource() 1246 assertStartsWith("Native library dir should point to ASEC", in moveFromRawResource()
|