Searched refs:mRuimRecords (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | RuimRecordsTest.java | 32 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()
|
D | UiccControllerTest.java | 170 assertEquals(mRuimRecords, mUiccControllerUT.getIccRecords(0, in testSanity()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTest.java | 233 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()
|
D | ServiceStateTrackerTest.java | 1021 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()
|