Home | History | Annotate | Download | only in telephony

Lines Matching refs:onCreateOutgoingConnection

80     public Connection onCreateOutgoingConnection(
83 Log.i(this, "onCreateOutgoingConnection, request: " + request);
87 Log.d(this, "onCreateOutgoingConnection, handle is null");
101 Log.d(this, "onCreateOutgoingConnection, phone is null");
109 Log.d(this, "onCreateOutgoingConnection, no voicemail number set.");
120 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
129 Log.d(this, "onCreateOutgoingConnection, unable to parse number");
142 Log.d(this, "onCreateOutgoingConnection, phone is null");
176 Log.d(this, "onCreateOutgoingConnection, unknown service state: %d", state);
210 Log.d(this, "onCreateOutgoingConnection, failed to turn on radio");