Searched defs:CallResult (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallModeler.java148 public CallResult getCallWithId(int callId) {
152 return new CallResult(entry.getValue(), entry.getKey());
158 return new CallResult(entry.getValue(), entry.getKey());
915 public static class CallResult { class in class:CallModeler
920 private CallResult(Call call, Connection connection) { method in class:CallModeler.CallResult
924 private CallResult(Call call, Call actionableCall, Connection connection) { method in class:CallModeler.CallResult

Completed in 123 milliseconds