Home | History | Annotate | Download | only in telephony

Lines Matching defs:supplyIccPinForApp

299         mRILUnderTest.supplyIccPinForApp(pin, aid, obtainMessage());
300 verify(mRadioProxy).supplyIccPinForApp(mSerialNumberCaptor.capture(), eq(pin), eq(aid));