Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java96 private ArgumentCaptor<Notification> mNotificationArg; field in CarHeadsUpNotificationQueueTest
487 verify(mNotificationManager).notifyAsUser(anyString(), anyInt(), mNotificationArg.capture(), in triggerCallback_sendsNotificationToCurrentUser_onHunExpiredAndEmptyQueue()
489 assertThat(mNotificationArg.getValue().category).isEqualTo("HUN_QUEUE_INTERNAL"); in triggerCallback_sendsNotificationToCurrentUser_onHunExpiredAndEmptyQueue()