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

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SupportMessageTest.java 89 assertStartsWith(ShortMessage.TOO_LONG.subSequence(0, MAX_SHORT_MSG_LENGTH),
175 private static void assertStartsWith(CharSequence expectPrefix, CharSequence actual) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 43 private static void assertStartsWith(String message, String prefix, String actual) {
176 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
base_encoder_test.py 130 def assertStartsWith(actual_text, expected_start):
134 assertStartsWith(self.chart.display.Url(0, 0),
139 assertStartsWith(self.chart.display.Url(0, 0), url_base)
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 270 protected void assertStartsWith(String expectedPrefix, String actual) {
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 259 private static void assertStartsWith(String message, String prefix, String actual) {
400 assertStartsWith("Path should be in " + OBB_MOUNT_PREFIX,
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 518 assertStartsWith(VALUE_CAKE, tmp);
529 assertStartsWith(VALUE_PIE, tmp);
574 private static void assertStartsWith(byte[] expectedContents, byte[] container) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 430 assertStartsWith("The APK path should point to the ASEC",
432 assertStartsWith("The public APK path should point to the ASEC",
434 assertStartsWith("The native library path should point to the ASEC",
441 assertStartsWith("Native library should point to shared lib directory",
474 assertStartsWith("The APK path should point to the ASEC",
476 assertStartsWith("The public APK path should point to the ASEC",
478 assertStartsWith("The native library path should point to the ASEC",
550 private static void assertStartsWith(String prefix, String actual) {
551 assertStartsWith("", prefix, actual);
554 private static void assertStartsWith(String description, String prefix, String actual)
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 1591 milliseconds