Home
last modified time | relevance | path

Searched refs:mRuimRecords (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DRuimRecordsTest.java32 private RuimRecords mRuimRecords; field in RuimRecordsTest
41 mRuimRecords = new RuimRecords(mUiccCardApplication3gpp2, mContext, mSimulatedCommands); in onLooperPrepared()
55 mRuimRecords = null; in tearDown()
61 RuimRecords.EfCsimImsimLoaded mImsiLoaded = mRuimRecords.new EfCsimImsimLoaded(); in testCsimImsiLoaded()
64 String mccmnc = mRuimRecords.getRUIMOperatorNumeric(); in testCsimImsiLoaded()
70 mccmnc = mRuimRecords.getRUIMOperatorNumeric(); in testCsimImsiLoaded()
77 RuimRecords.EfCsimImsimLoaded efCsimImsimLoaded = mRuimRecords.new EfCsimImsimLoaded(); in testCsimImsiDecode()
DUiccControllerTest.java170 assertEquals(mRuimRecords, mUiccControllerUT.getIccRecords(0, in testSanity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java233 protected RuimRecords mRuimRecords; field in TelephonyTest
520 mRuimRecords = Mockito.mock(RuimRecords.class); in setUp()
764 return mRuimRecords; in setUp()
779 doReturn(mRuimRecords).when(mUiccCardApplication3gpp2).getIccRecords(); in setUp()
DServiceStateTrackerTest.java1021 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testUpdatePhoneType()
1032 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()
1049 verify(mRuimRecords, times(1)).isProvisioned(); in testUpdatePhoneType()
2773 verify(mRuimRecords).registerForRecordsLoaded(eq(sst), integerArgumentCaptor.capture(), in testGetMdn()
2789 doReturn(true).when(mRuimRecords).isProvisioned(); in testGetMdn()
2794 doReturn(false).when(mRuimRecords).isProvisioned(); in testGetMdn()
2796 doReturn(mockMdn).when(mRuimRecords).getMdn(); in testGetMdn()