Searched refs:isStyle (Results 1 – 3 of 3) sorted by relevance
344 || 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
231 assertThat(notification.getValue().isStyle(Notification.MediaStyle.class)).isTrue(); in onStartCommand_createSessionAndStartForeground()
94 if (sbn.getNotification().isStyle(Notification.CallStyle.class)) { in VoipCallMonitor()