Lines Matching refs:mService

369     private IBluetoothHeadsetClient mService;
381 mService = null;
390 if (mService == null) {
454 if (mService != null) {
456 mService = null;
481 if (mService != null && isEnabled() &&
484 return mService.connect(device);
490 if (mService == null) Log.w(TAG, "Proxy not attached to service");
505 if (mService != null && isEnabled() &&
508 return mService.disconnect(device);
514 if (mService == null) Log.w(TAG, "Proxy not attached to service");
526 if (mService != null && isEnabled()) {
528 return mService.getConnectedDevices();
534 if (mService == null) Log.w(TAG, "Proxy not attached to service");
549 if (mService != null && isEnabled()) {
551 return mService.getDevicesMatchingConnectionStates(states);
557 if (mService == null) Log.w(TAG, "Proxy not attached to service");
570 if (mService != null && isEnabled() &&
573 return mService.getConnectionState(device);
579 if (mService == null) Log.w(TAG, "Proxy not attached to service");
590 if (mService != null && isEnabled() &&
597 return mService.setPriority(device, priority);
603 if (mService == null) Log.w(TAG, "Proxy not attached to service");
612 if (mService != null && isEnabled() &&
615 return mService.getPriority(device);
621 if (mService == null) Log.w(TAG, "Proxy not attached to service");
640 if (mService != null && isEnabled() &&
643 return mService.startVoiceRecognition(device);
648 if (mService == null) Log.w(TAG, "Proxy not attached to service");
667 if (mService != null && isEnabled() &&
670 return mService.stopVoiceRecognition(device);
675 if (mService == null) Log.w(TAG, "Proxy not attached to service");
687 if (mService != null && isEnabled() &&
690 return mService.getCurrentCalls(device);
695 if (mService == null) Log.w(TAG, "Proxy not attached to service");
708 if (mService != null && isEnabled() &&
711 return mService.getCurrentAgEvents(device);
716 if (mService == null) Log.w(TAG, "Proxy not attached to service");
734 if (mService != null && isEnabled() &&
737 return mService.acceptCall(device, flag);
742 if (mService == null) Log.w(TAG, "Proxy not attached to service");
757 if (mService != null && isEnabled() &&
760 return mService.holdCall(device);
765 if (mService == null) Log.w(TAG, "Proxy not attached to service");
784 if (mService != null && isEnabled() &&
787 return mService.rejectCall(device);
792 if (mService == null) Log.w(TAG, "Proxy not attached to service");
814 if (mService != null && isEnabled() &&
817 return mService.terminateCall(device, index);
822 if (mService == null) Log.w(TAG, "Proxy not attached to service");
844 if (mService != null && isEnabled() &&
847 return mService.enterPrivateMode(device, index);
852 if (mService == null) Log.w(TAG, "Proxy not attached to service");
873 if (mService != null && isEnabled() &&
876 return mService.explicitCallTransfer(device);
881 if (mService == null) Log.w(TAG, "Proxy not attached to service");
897 if (mService != null && isEnabled() &&
900 return mService.redial(device);
905 if (mService == null) Log.w(TAG, "Proxy not attached to service");
922 if (mService != null && isEnabled() &&
925 return mService.dial(device, number);
930 if (mService == null) Log.w(TAG, "Proxy not attached to service");
947 if (mService != null && isEnabled() &&
950 return mService.dialMemory(device, location);
955 if (mService == null) Log.w(TAG, "Proxy not attached to service");
972 if (mService != null && isEnabled() &&
975 return mService.sendDTMF(device, code);
980 if (mService == null) Log.w(TAG, "Proxy not attached to service");
999 if (mService != null && isEnabled() &&
1002 return mService.getLastVoiceTagNumber(device);
1007 if (mService == null) Log.w(TAG, "Proxy not attached to service");
1016 if (mService != null && isEnabled()) {
1018 return mService.acceptIncomingConnect(device);
1032 if (mService != null) {
1034 return mService.rejectIncomingConnect(device);
1050 if (mService != null && isEnabled()) {
1052 return mService.getAudioState(device);
1072 if (mService != null && isEnabled()) {
1074 return mService.connectAudio();
1096 if (mService != null && isEnabled()) {
1098 return mService.disconnectAudio();
1117 if (mService != null && isEnabled()) {
1119 return mService.getCurrentAgFeatures(device);
1135 mService = IBluetoothHeadsetClient.Stub.asInterface(service);
1145 mService = null;