Home
last modified time | relevance | path

Searched refs:makeIccCardProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java79 public IccCardProxy makeIccCardProxy(Context context, CommandsInterface ci, int phoneId) { in makeIccCardProxy() method in TelephonyComponentFactory
DGsmCdmaPhone.java234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId); in initOnce()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java310 .makeIccCardProxy(any(Context.class), any(CommandsInterface.class), anyInt()); in setUp()