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

  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 64 String[] peopleArray = notification.extras.getStringArray(Notification.EXTRA_PEOPLE);
65 assertNotNull(peopleArray);
66 assertEquals(1, peopleArray.length);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 64 String[] peopleArray = notification.extras.getStringArray(Notification.EXTRA_PEOPLE);
65 assertNotNull(peopleArray);
66 assertEquals(1, peopleArray.length);

Completed in 83 milliseconds