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

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 52 if (record.getSound() != null && record.getSound() != Uri.EMPTY) {
NotificationRecord.java 185 Uri sound = mChannel.getSound();
370 if (getSound() != null) {
371 proto.write(NotificationRecordProto.SOUND, getSound().toString());
    [all...]
RankingHelper.java     [all...]
NotificationManagerService.java     [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationTest.java 53 record.getSound();