OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTestDouble
(Results
1 - 11
of
11
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestFixture.java
33
T
getTestDouble
();
ContextFixture.java
500
public Context
getTestDouble
() {
ServiceStateTrackerTest.java
205
verify(mContextFixture.
getTestDouble
(), atLeast(2)).
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TestFixture.java
33
T
getTestDouble
();
CallerInfoAsyncQueryFactoryFixture.java
72
public CallerInfoAsyncQueryFactory
getTestDouble
() {
VideoCallTests.java
134
verify(mInCallServiceFixtureX.
getTestDouble
(), atLeastOnce()).onCallAudioStateChanged(
BasicCallTests.java
135
TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.
getTestDouble
()
139
verify(mConnectionServiceFixtureA.
getTestDouble
(), timeout(TEST_TIMEOUT))
162
TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.
getTestDouble
()
167
verify(mConnectionServiceFixtureA.
getTestDouble
(), timeout(TEST_TIMEOUT))
189
TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.
getTestDouble
()
194
verify(mConnectionServiceFixtureA.
getTestDouble
(), timeout(TEST_TIMEOUT))
217
TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.
getTestDouble
()
222
verify(mConnectionServiceFixtureA.
getTestDouble
(), timeout(TEST_TIMEOUT))
292
verify(mConnectionServiceFixtureA.
getTestDouble
())
317
verify(mInCallServiceFixtureX.
getTestDouble
(), never()
[
all
...]
TelecomSystemTest.java
235
mSpyContext = mComponentContextFixture.
getTestDouble
().getApplicationContext();
302
mComponentContextFixture.
getTestDouble
(),
310
mCallerInfoAsyncQueryFactoryFixture.
getTestDouble
(),
332
mComponentContextFixture.
getTestDouble
(),
336
eq(mComponentContextFixture.
getTestDouble
().getApplicationContext()),
340
eq(mComponentContextFixture.
getTestDouble
().getApplicationContext()),
343
eq(mComponentContextFixture.
getTestDouble
().getApplicationContext()),
352
mConnectionServiceFixtureA.
getTestDouble
());
354
mConnectionServiceFixtureB.
getTestDouble
());
378
mInCallServiceFixtureX.
getTestDouble
());
[
all
...]
InCallServiceFixture.java
140
public IInCallService
getTestDouble
() {
ConnectionServiceFixture.java
347
public IConnectionService
getTestDouble
() {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardTest.java
71
mUicccard = new UiccCard(mContextFixture.
getTestDouble
(),
82
mUicccard.update(mContextFixture.
getTestDouble
(),
88
mUicccard.update(mContextFixture.
getTestDouble
(),
215
mUicccard.update(mContextFixture.
getTestDouble
(), mSimulatedCommands, mIccCardStatus);
248
mUicccard.update(mContextFixture.
getTestDouble
(), mSimulatedCommands, mIccCardStatus);
Completed in 315 milliseconds