Home
last modified time | relevance | path

Searched refs:isStyle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationOtpDetectionHelper.java344 || isStyle(notification, Notification.MessagingStyle.class) in shouldCheckForOtp()
345 || isStyle(notification, Notification.InboxStyle.class) in shouldCheckForOtp()
350 private static boolean isStyle(Notification notification, in isStyle() method in NotificationOtpDetectionHelper
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaServiceTest.java231 assertThat(notification.getValue().isStyle(Notification.MediaStyle.class)).isTrue(); in onStartCommand_createSessionAndStartForeground()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java94 if (sbn.getNotification().isStyle(Notification.CallStyle.class)) { in VoipCallMonitor()