HomeSort by relevance Sort by last modified time
    Searched refs:assertStartsWith (Results 1 - 5 of 5) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 66 assertStartsWith(Environment.getExternalStorageDirectory().getPath(),
78 assertStartsWith(getContext().getCacheDir().getAbsolutePath(),
AbstractDownloadProviderFunctionalTest.java 264 protected void assertStartsWith(String expectedPrefix, String actual) {
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 161 private static void assertStartsWith(String message, String prefix, String actual) {
291 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 55 private static void assertStartsWith(String message, String prefix, String actual) {
188 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 423 assertStartsWith("The APK path should point to the ASEC",
425 assertStartsWith("The public APK path should point to the ASEC",
427 assertStartsWith("The native library path should point to the ASEC",
441 assertStartsWith("Native library should point to shared lib directory",
475 assertStartsWith("The APK path should point to the ASEC",
477 assertStartsWith("The public APK path should point to the ASEC",
479 assertStartsWith("The native library path should point to the ASEC",
547 private static void assertStartsWith(String prefix, String actual) {
548 assertStartsWith("", prefix, actual);
551 private static void assertStartsWith(String description, String prefix, String actual)
    [all...]

Completed in 325 milliseconds