HomeSort by relevance Sort by last modified time
    Searched refs:notificationArgumentCaptor (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTrackerTest.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 259 ArgumentCaptor<Notification> notificationArgumentCaptor = ArgumentCaptor.forClass(
262 notificationArgumentCaptor.capture(), eq(PRIMARY_USER));
264 for (Notification n : notificationArgumentCaptor.getAllValues()) {
344 ArgumentCaptor<Notification> notificationArgumentCaptor = ArgumentCaptor.forClass(
354 notificationArgumentCaptor.capture(), eq((expectedUserHandle)));
359 if (notificationArgumentCaptor.getValue().toString().equals("builder1")) {

Completed in 224 milliseconds