Searched refs:captor2 (Results 1 – 3 of 3) sorted by relevance
238 val captor2 = ArgumentCaptor regex240 verify(wakefulnessLifecycle).addObserver(captor2.capture())
716 ArgumentCaptor<Bundle> captor2 = ArgumentCaptor.forClass(Bundle.class); in testConfigurationPersists_whenOnConfigurationChanged() local717 verify(mDialog2).show(any(), captor2.capture()); in testConfigurationPersists_whenOnConfigurationChanged()720 assertEquals(captor.getValue(), captor2.getValue()); in testConfigurationPersists_whenOnConfigurationChanged()
241 ArgumentCaptor<PendingIntent> captor2 = ArgumentCaptor.forClass(PendingIntent.class); in testScheduleRepostsForPersistedNotifications() local242 verify(mAm).setExactAndAllowWhileIdle(anyInt(), eq((long) 15), captor2.capture()); in testScheduleRepostsForPersistedNotifications()243 assertEquals("key2", captor2.getValue().getIntent().getStringExtra(EXTRA_KEY)); in testScheduleRepostsForPersistedNotifications()