Home
last modified time | relevance | path

Searched refs:mNotificationChannelId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java132 private String mNotificationChannelId; field in CommandReceiver
643 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()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1258 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()