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

  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 82 record.getSound();
204 record.getSound();
212 assertTrue(record.getSound().isEmpty());
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 477 if (expected.getSound() == null) {
478 assertEquals(Settings.System.DEFAULT_NOTIFICATION_URI, actual.getSound());
481 assertEquals(expected.getSound(), actual.getSound());
    [all...]

Completed in 599 milliseconds