Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt238 val captor2 = ArgumentCaptor regex
240 verify(wakefulnessLifecycle).addObserver(captor2.capture())
H A DAuthControllerTest.java716 ArgumentCaptor<Bundle> captor2 = ArgumentCaptor.forClass(Bundle.class); in testConfigurationPersists_whenOnConfigurationChanged() local
717 verify(mDialog2).show(any(), captor2.capture()); in testConfigurationPersists_whenOnConfigurationChanged()
720 assertEquals(captor.getValue(), captor2.getValue()); in testConfigurationPersists_whenOnConfigurationChanged()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java241 ArgumentCaptor<PendingIntent> captor2 = ArgumentCaptor.forClass(PendingIntent.class); in testScheduleRepostsForPersistedNotifications() local
242 verify(mAm).setExactAndAllowWhileIdle(anyInt(), eq((long) 15), captor2.capture()); in testScheduleRepostsForPersistedNotifications()
243 assertEquals("key2", captor2.getValue().getIntent().getStringExtra(EXTRA_KEY)); in testScheduleRepostsForPersistedNotifications()