Searched refs:mRuimRecords (Results 1 – 3 of 3) sorted by relevance
182 protected RuimRecords mRuimRecords; field in TelephonyTest468 return mRuimRecords; in setUp()480 doReturn(mRuimRecords).when(mUiccCardApplication3gpp2).getIccRecords(); in setUp()487 return (mPhone.isPhoneTypeGsm()) ? mSimRecords : mRuimRecords; in setUp()
779 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testUpdatePhoneType()790 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()807 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()2009 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testGetMdn()2025 doReturn(true).when(mRuimRecords).isProvisioned(); in testGetMdn()2030 doReturn(false).when(mRuimRecords).isProvisioned(); in testGetMdn()2032 doReturn(mockMdn).when(mRuimRecords).getMdn(); in testGetMdn()
146 assertEquals(mRuimRecords, mUiccControllerUT.getIccRecords(0, in testSanity()