Searched refs:snapshotCaptor (Results 1 – 1 of 1) sorted by relevance
398 ArgumentCaptor<TelephonySubscriptionSnapshot> snapshotCaptor = in testOnSubscriptionsChangedFired_onActiveSubIdsChanged() local400 verify(mCallback).onNewSnapshot(snapshotCaptor.capture()); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()402 TelephonySubscriptionSnapshot snapshot = snapshotCaptor.getValue(); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()