Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DCujInCallService.java33 public static Call sLastCall = null; field in CujInCallService
46 sLastCall = null; in onUnbind()
62 sLastCall = call; in onCallAdded()
84 return sLastCall; in getLastAddedCall()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java42 private static Call sLastCall = null; field in MockInCallService
278 sLastCall = call; in onCallAdded()
299 if (call.equals(sLastCall)) { in onCallRemoved()
300 sLastCall = null; in onCallRemoved()
507 return sLastCall; in getLastAddedCall()