Searched refs:mSubInfoRecordUpdater (Results 1 – 2 of 2) sorted by relevance
156 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateActiveSlotStatus()244 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateAbsentState()274 verify(mSubInfoRecordUpdater).updateInternalIccStateForInactiveSlot( in testUpdateAbsentStateInactiveSlotStatus()296 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotCreateAndDispose()321 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent()331 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent()
263 protected SubscriptionInfoUpdater mSubInfoRecordUpdater; field in TelephonyTest658 replaceInstance(PhoneFactory.class, "sSubInfoRecordUpdater", null, mSubInfoRecordUpdater); in setUp()