HomeSort by relevance Sort by last modified time
    Searched full:notificationcaptor (Results 1 - 1 of 1) sorted by null

  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ExternalCallNotifierTest.java 174 ArgumentCaptor<Notification> notificationCaptor =
177 .notify(eq("EXTERNAL_CALL"), eq(0), notificationCaptor.capture());
178 Notification notification1 = notificationCaptor.getAllValues().get(0);
180 Notification notification2 = notificationCaptor.getAllValues().get(1);
185 ArgumentCaptor<Notification> notificationCaptor =
188 .notify(eq("EXTERNAL_CALL"), eq(0), notificationCaptor.capture());
189 return notificationCaptor.getValue();

Completed in 1138 milliseconds