Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java2597 final ArgumentCaptor<Integer> notificationIdCaptor = in checkNotificationShown() local
2602 notificationIdCaptor.capture(), notificationCaptor.capture(), any()); in checkNotificationShown()
2606 final int id = notificationIdCaptor.getAllValues().get(j); in checkNotificationShown()
2624 final ArgumentCaptor<Integer> notificationIdCaptor =
2626 verify(mInjector.getNotificationManager(), mode).cancel(notificationIdCaptor.capture());
2627 assertEquals(notificationId, notificationIdCaptor.getValue().intValue());