HomeSort by relevance Sort by last modified time
    Searched full:callcommandservice (Results 1 - 7 of 7) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
CallCommandClient.java 52 Log.e(this, "Cannot answer call; CallCommandService == null");
66 Log.e(this, "Cannot reject call; CallCommandService == null");
79 Log.e(this, "Cannot disconnect call; CallCommandService == null");
92 Log.e(this, "Cannot separate call; CallCommandService == null");
105 Log.e(this, "Cannot mute call; CallCommandService == null");
118 Log.e(this, "Cannot hold call; CallCommandService == null");
131 Log.e(this, "Cannot merge call; CallCommandService == null");
144 Log.e(this, "Cannot swap call; CallCommandService == null");
157 Log.e(this, "Cannot add call; CallCommandService == null");
170 Log.e(this, "Cannot set audio mode; CallCommandService == null")
    [all...]
DialpadPresenter.java 61 // Plays the tone through CallCommandService
CallHandlerService.java 192 // always setup the new callcommandservice
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 36 class CallCommandService extends ICallCommandService.Stub {
37 private static final String TAG = CallCommandService.class.getSimpleName();
47 public CallCommandService(Context context, CallManager callManager, CallModeler callModeler,
CallHandlerServiceProxy.java 64 private CallCommandService mCallCommandService;
88 CallCommandService callCommandService, AudioRouter audioRouter) {
93 mCallCommandService = callCommandService;
510 * Makes initial service calls to set up callcommandservice and audio modes.
PhoneGlobals.java 172 private CallCommandService callCommandService;
485 callCommandService = new CallCommandService(this, mCM, callModeler, dtmfTonePlayer,
490 callCommandService, audioRouter);
    [all...]
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallHandlerService.aidl 38 void startCallService(ICallCommandService callCommandService);

Completed in 2453 milliseconds