Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java89 assertStartsWith(ShortMessage.TOO_LONG.subSequence(0, MAX_SHORT_MSG_LENGTH), in testMaximumLengthPrefixIsSaved()
175 private static void assertStartsWith(CharSequence expectPrefix, CharSequence actual) { in assertStartsWith() method in SupportMessageTest
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java851 private static void assertStartsWith(String message, String prefix, String actual) { in assertStartsWith() method in StorageManagerTest
991 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX, in checkMountedPath()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java3161 private void assertStartsWith(String actual, String prefix) throws Exception { in assertStartsWith() method in ScopedStorageDeviceTest
3171 assertStartsWith(path, prefix); in assertLowerFsFd()
3178 assertStartsWith(path, prefix); in assertUpperFsFd()