Searched refs:mNotificationArg (Results 1 – 1 of 1) sorted by relevance
96 private ArgumentCaptor<Notification> mNotificationArg; field in CarHeadsUpNotificationQueueTest487 verify(mNotificationManager).notifyAsUser(anyString(), anyInt(), mNotificationArg.capture(), in triggerCallback_sendsNotificationToCurrentUser_onHunExpiredAndEmptyQueue()489 assertThat(mNotificationArg.getValue().category).isEqualTo("HUN_QUEUE_INTERNAL"); in triggerCallback_sendsNotificationToCurrentUser_onHunExpiredAndEmptyQueue()