HomeSort by relevance Sort by last modified time
    Searched full:expectedanimals (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/SharedLibrary/client/src/com/google/android/test/lib_client/
ActivityMain.java 30 String[] expectedAnimals = new String[] {
37 if (animals == null || animals.length != expectedAnimals.length) {
41 for (int i = 0; i < expectedAnimals.length; i++) {
42 if (!expectedAnimals[i].equals(animals[i])) {
43 throw new AssertionError("Expected '" + expectedAnimals[i]

Completed in 56 milliseconds