Searched refs:getTestDouble (Results 1 – 14 of 14) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsStorageMonitorTest.java | 82 verify(mContextFixture.getTestDouble()).sendBroadcast(intentArgumentCaptor.capture()); in testEventIccFull() 97 mContextFixture.getTestDouble().sendBroadcast( in testSmsMemoryStatus() 110 mContextFixture.getTestDouble().sendBroadcast( in testSmsMemoryStatus()
|
D | SubscriptionMonitorTest.java | 175 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()
|
D | TestFixture.java | 33 T getTestDouble(); in getTestDouble() method
|
D | AppSmsManagerTest.java | 54 mAppSmsManagerUT = new AppSmsManager(mContextFixture.getTestDouble()); in setUp()
|
D | SmsNumberUtilsTest.java | 124 ((MockContentResolver) mContextFixture.getTestDouble().getContentResolver()) in setUp()
|
D | ContextFixture.java | 628 public Context getTestDouble() { in getTestDouble() method in ContextFixture
|
D | TelephonyTest.java | 365 mContext = mContextFixture.getTestDouble(); in setUp()
|
D | ServiceStateTrackerTest.java | 418 verify(mContextFixture.getTestDouble(), times(3)) in testSpnUpdateShowPlmnOnly() 2285 verify(mContextFixture.getTestDouble(), atLeast(1)) in getExtrasFromLastSpnUpdateIntent()
|
D | RILTest.java | 258 Context context = new ContextFixture().getTestDouble(); in onLooperPrepared()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardTest.java | 65 mUicccard = new UiccCard(mContextFixture.getTestDouble(), in onLooperPrepared() 77 mUicccard.update(mContextFixture.getTestDouble(), in onLooperPrepared() 83 mUicccard.update(mContextFixture.getTestDouble(), in onLooperPrepared()
|
D | UiccProfileTest.java | 88 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/ |
D | GsmCellBroadcastHandlerTest.java | 74 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/ |
D | EuiccCardTest.java | 106 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/ |
D | CdmaInboundSmsHandlerTest.java | 115 UserManager userManager = (UserManager) mContextFixture.getTestDouble(). in setUp()
|