Home | History | Annotate | Download | only in incallui

Lines Matching refs:Log

50         Log.i(this, "answerCall: " + callId);
52 Log.e(this, "Cannot answer call; CallCommandService == null");
58 Log.e(this, "Error answering call.", e);
63 Log.i(this, "rejectCall: " + call.getCallId() +
66 Log.e(this, "Cannot reject call; CallCommandService == null");
72 Log.e(this, "Error rejecting call.", e);
77 Log.i(this, "disconnect Call: " + callId);
79 Log.e(this, "Cannot disconnect call; CallCommandService == null");
85 Log.e(this, "Error disconnecting call.", e);
90 Log.i(this, "separate Call: " + callId);
92 Log.e(this, "Cannot separate call; CallCommandService == null");
98 Log.e(this, "Error separating call.", e);
103 Log.i(this, "mute: " + onOff);
105 Log.e(this, "Cannot mute call; CallCommandService == null");
111 Log.e(this, "Error muting phone.", e);
116 Log.i(this, "hold call(" + onOff + "): " + callId);
118 Log.e(this, "Cannot hold call; CallCommandService == null");
124 Log.e(this, "Error holding call.", e);
129 Log.i(this, "merge calls");
131 Log.e(this, "Cannot merge call; CallCommandService == null");
137 Log.e(this, "Error merging calls.", e);
142 Log.i(this, "swap active/hold calls");
144 Log.e(this, "Cannot swap call; CallCommandService == null");
150 Log.e(this, "Error merging calls.", e);
155 Log.i(this, "add a new call");
157 Log.e(this, "Cannot add call; CallCommandService == null");
163 Log.e(this, "Error merging calls.", e);
168 Log.i(this, "Set Audio Mode: " + AudioMode.toString(mode));
170 Log.e(this, "Cannot set audio mode; CallCommandService == null");
176 Log.e(this, "Error setting speaker.", e);
182 Log.e(this, "Cannot start dtmf tone; CallCommandService == null");
186 Log.v(this, "Sending dtmf tone " + digit);
189 Log.e(this, "Error setting speaker.", e);
196 Log.e(this, "Cannot stop dtmf tone; CallCommandService == null");
200 Log.v(this, "Stop dtmf tone ");
203 Log.e(this, "Error setting speaker.", e);
209 Log.e(this, "Cannot postDialWaitContinue(); CallCommandService == null");
213 Log.v(this, "postDialWaitContinue()");
216 Log.e(this, "Error on postDialWaitContinue().", e);
222 Log.e(this, "Cannot postDialCancel(); CallCommandService == null");
226 Log.v(this, "postDialCancel()");
229 Log.e(this, "Error on postDialCancel().", e);
235 Log.e(this, "Cannot setSystemBarNavigationEnabled(); CallCommandService == null");
239 Log.v(this, "setSystemBarNavigationEnabled() enabled = " + enable);
242 Log.d(this, "Error on setSystemBarNavigationEnabled().");