OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLastCall
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
CallRedirectionServiceTest.java
114
assertCallGatewayConstructed(mInCallService.
getLastCall
(), true);
115
mCall = mInCallService.
getLastCall
();
131
assertCallGatewayConstructed(mInCallService.
getLastCall
(), true);
132
mCall = mInCallService.
getLastCall
();
146
mCall = mInCallService.
getLastCall
();
157
assertCallDetailsConstructed(mInCallService.
getLastCall
(), true);
158
mCall = mInCallService.
getLastCall
();
MockInCallService.java
320
public Call
getLastCall
() {
338
final Call call =
getLastCall
();
Completed in 53 milliseconds