Searched refs:sLastCall (Results 1 – 2 of 2) sorted by relevance
33 public static Call sLastCall = null; field in CujInCallService46 sLastCall = null; in onUnbind()62 sLastCall = call; in onCallAdded()84 return sLastCall; in getLastAddedCall()
42 private static Call sLastCall = null; field in MockInCallService278 sLastCall = call; in onCallAdded()299 if (call.equals(sLastCall)) { in onCallRemoved()300 sLastCall = null; in onCallRemoved()507 return sLastCall; in getLastAddedCall()