Searched refs:mNotificationChannelId (Results 1 – 2 of 2) sorted by relevance
132 private String mNotificationChannelId; field in CommandReceiver643 new Notification.Builder(context, mNotificationChannelId) in doCreateMediaNotification()658 if (mNotificationChannelId != null) { in maybeCreateNotificationChannel()661 mNotificationChannelId = NOTIFICATION_CHANNEL_ID; in maybeCreateNotificationChannel()668 new NotificationChannel(mNotificationChannelId, name.toString(), importance); in maybeCreateNotificationChannel()
1258 UsageEvents.OBFUSCATED_NOTIFICATION_CHANNEL_ID, event.mNotificationChannelId); in verifyNotificationInterruptionEvent()1261 CHANNEL_ID, event.mNotificationChannelId); in verifyNotificationInterruptionEvent()2657 result &= Objects.equals(ue1.mNotificationChannelId, ue2.mNotificationChannelId); in compareEvent()