Searched refs:mRuimRecords (Results 1 – 3 of 3) sorted by relevance
215 protected RuimRecords mRuimRecords; field in TelephonyTest536 return mRuimRecords; in setUp()548 doReturn(mRuimRecords).when(mUiccCardApplication3gpp2).getIccRecords(); in setUp()555 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()
967 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testUpdatePhoneType()978 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()995 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()2267 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testGetMdn()2283 doReturn(true).when(mRuimRecords).isProvisioned(); in testGetMdn()2288 doReturn(false).when(mRuimRecords).isProvisioned(); in testGetMdn()2290 doReturn(mockMdn).when(mRuimRecords).getMdn(); in testGetMdn()
155 assertEquals(mRuimRecords, mUiccControllerUT.getIccRecords(0, in testSanity()