Home | History | Annotate | Download | only in phone

Lines Matching refs:CallResult

148     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 {
920 private CallResult(Call call, Connection connection) {
924 private CallResult(Call call, Call actionableCall, Connection connection) {