Home
last modified time | relevance | path

Searched defs:assertNotEquals (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/406-fields/src/
H A DTestCase.java77 public static void assertNotEquals(int expected, int actual) { in assertNotEquals() method in TestCase
83 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in TestCase
/aosp12/art/test/407-arrays/src/
H A DTestCase.java77 public static void assertNotEquals(int expected, int actual) { in assertNotEquals() method in TestCase
83 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in TestCase
/aosp12/art/test/412-new-array/src/
H A DTestCase.java77 public static void assertNotEquals(int expected, int actual) { in assertNotEquals() method in TestCase
83 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in TestCase
/aosp12/art/test/414-static-fields/src/
H A DTestCase.java77 public static void assertNotEquals(int expected, int actual) { in assertNotEquals() method in TestCase
83 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in TestCase
/aosp12/art/test/952-invoke-custom/src/
H A DTestBase.java81 static void assertNotEquals(Object o, Object p) { in assertNotEquals() method in TestBase
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DBaseLockSettingsServiceTests.java301 protected void assertNotEquals(long expected, long actual) { in assertNotEquals() method in BaseLockSettingsServiceTests
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java640 void assertNotEquals(String message, int unexpected, int actual) { in assertNotEquals() method