Home
last modified time | relevance | path

Searched refs:mIccCard (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java255 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyEmptyProfile()
256 doReturn(true).when(mIccCard).isEmptyProfile(); in testSimNotReadyEmptyProfile()
279 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyDisabledUiccApps()
280 doReturn(false).when(mIccCard).isEmptyProfile(); in testSimNotReadyDisabledUiccApps()
DTelephonyTest.java281 protected IccCard mIccCard; field in TelephonyTest