Home
last modified time | relevance | path

Searched refs:getTestDouble (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsStorageMonitorTest.java82 verify(mContextFixture.getTestDouble()).sendBroadcast(intentArgumentCaptor.capture()); in testEventIccFull()
97 mContextFixture.getTestDouble().sendBroadcast( in testSmsMemoryStatus()
110 mContextFixture.getTestDouble().sendBroadcast( in testSmsMemoryStatus()
DSubscriptionMonitorTest.java175 final Context context = contextFixture.getTestDouble(); in testRegister()
287 final Context context = contextFixture.getTestDouble(); in testBadRegister()
344 final Context context = contextFixture.getTestDouble(); in testSpuriousNotifications()
406 final Context context = contextFixture.getTestDouble(); in testMultiRegUnregistration()
471 final Context context = contextFixture.getTestDouble(); in testEventFloodNotifications()
527 final Context context = contextFixture.getTestDouble(); in testNoDefaultNotifications()
577 final Context context = contextFixture.getTestDouble(); in testNoSubChange()
673 final Context context = contextFixture.getTestDouble(); in testSubBeforeDefaultNotifications()
766 final Context context = contextFixture.getTestDouble(); in testSimSwapNotifications()
DTestFixture.java33 T getTestDouble(); in getTestDouble() method
DAppSmsManagerTest.java54 mAppSmsManagerUT = new AppSmsManager(mContextFixture.getTestDouble()); in setUp()
DSmsNumberUtilsTest.java124 ((MockContentResolver) mContextFixture.getTestDouble().getContentResolver()) in setUp()
DContextFixture.java628 public Context getTestDouble() { in getTestDouble() method in ContextFixture
DTelephonyTest.java365 mContext = mContextFixture.getTestDouble(); in setUp()
DServiceStateTrackerTest.java418 verify(mContextFixture.getTestDouble(), times(3)) in testSpnUpdateShowPlmnOnly()
2285 verify(mContextFixture.getTestDouble(), atLeast(1)) in getExtrasFromLastSpnUpdateIntent()
DRILTest.java258 Context context = new ContextFixture().getTestDouble(); in onLooperPrepared()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java65 mUicccard = new UiccCard(mContextFixture.getTestDouble(), in onLooperPrepared()
77 mUicccard.update(mContextFixture.getTestDouble(), in onLooperPrepared()
83 mUicccard.update(mContextFixture.getTestDouble(), in onLooperPrepared()
DUiccProfileTest.java88 mUiccProfile = new UiccProfile(mContextFixture.getTestDouble(), in onLooperPrepared()
100 mUiccProfile.update(mContextFixture.getTestDouble(), in onLooperPrepared()
106 mUiccProfile.update(mContextFixture.getTestDouble(), in onLooperPrepared()
264 mUiccProfile.update(mContextFixture.getTestDouble(), mSimulatedCommands, mIccCardStatus); in testUpdateUiccProfilePinState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandlerTest.java74 mContextFixture.getTestDouble(), mPhone); in onLooperPrepared()
118 verify(mContextFixture.getTestDouble(), times(2)).sendOrderedBroadcastAsUser( in testBroadcastSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java106 new EuiccCard(mContextFixture.getTestDouble(), mMockCi, mMockIccCardStatus, in onLooperPrepared()
172 mEuiccCard = new EuiccCard(mContextFixture.getTestDouble(), mMockCi, in testPassEidInContructor()
198 mEuiccCard = new EuiccCard(mContextFixture.getTestDouble(), mMockCi, in testLoadEidAndNotifyRegistrants()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandlerTest.java115 UserManager userManager = (UserManager) mContextFixture.getTestDouble(). in setUp()