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

  /cts/tests/tests/os/src/android/os/cts/
LocaleListTest.java 118 final LocaleList anotherEmpty = new LocaleList();
138 assertTrue(empty.equals(anotherEmpty));
144 final LocaleList anotherEmpty = new LocaleList();
149 assertEquals(empty.hashCode(), anotherEmpty.hashCode());
182 LocaleList anotherEmpty = LocaleList.getEmptyLocaleList();
186 assertSame(empty, anotherEmpty);
  /frameworks/support/compat/src/androidTest/java/androidx/core/os/
LocaleListCompatTest.java 174 LocaleListCompat anotherEmpty = LocaleListCompat.getEmptyLocaleList();
178 assertSame(empty, anotherEmpty);

Completed in 81 milliseconds