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 429 assertStartsWith("The APK path should point to the ASEC",
431 assertStartsWith("The public APK path should point to the ASEC",
433 assertStartsWith("The native library path should point to the ASEC",
448 assertStartsWith("Native library should point to shared lib directory",
481 assertStartsWith("The APK path should point to the ASEC",
483 assertStartsWith("The public APK path should point to the ASEC",
485 assertStartsWith("The native library path should point to the ASEC",
557 private static void assertStartsWith(String prefix, String actual) {
558 assertStartsWith("", prefix, actual);
561 private static void assertStartsWith(String description, String prefix, String actual)
    [all...]

Completed in 235 milliseconds