/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
Avrcp.java | 51 import com.android.bluetooth.btservice.ProfileService; [all...] |
AvrcpControllerService.java | 38 import com.android.bluetooth.btservice.ProfileService; 50 public class AvrcpControllerService extends ProfileService { 518 sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); 524 sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); 531 sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); 631 sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientStateMachine.java | 58 import com.android.bluetooth.btservice.ProfileService; 174 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); 175 ProfileService.println(sb, "mAudioOn: " + mAudioOn); 176 ProfileService.println(sb, "mAudioState: " + mAudioState); 177 ProfileService.println(sb, "mAudioWbs: " + mAudioWbs); 178 ProfileService.println(sb, "mIndicatorNetworkState: " + mIndicatorNetworkState); 179 ProfileService.println(sb, "mIndicatorNetworkType: " + mIndicatorNetworkType); 180 ProfileService.println(sb, "mIndicatorNetworkSignal: " + mIndicatorNetworkSignal); 181 ProfileService.println(sb, "mIndicatorBatteryLevel: " + mIndicatorBatteryLevel); 182 ProfileService.println(sb, "mIndicatorCall: " + mIndicatorCall) [all...] |
HeadsetClientService.java | 34 import com.android.bluetooth.btservice.ProfileService; 47 public class HeadsetClientService extends ProfileService {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 52 import com.android.bluetooth.btservice.ProfileService; [all...] |
A2dpService.java | 29 import com.android.bluetooth.btservice.ProfileService; 40 public class A2dpService extends ProfileService {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
A2dpSinkService.java | 28 import com.android.bluetooth.btservice.ProfileService; 38 public class A2dpSinkService extends ProfileService {
|
A2dpSinkStateMachine.java | 55 import com.android.bluetooth.btservice.ProfileService; 176 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); 177 ProfileService.println(sb, "mTargetDevice: " + mTargetDevice); 178 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice); 179 ProfileService.println(sb, "StateMachine: " + this.toString()); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
ProfileService.java | 33 public abstract class ProfileService extends Service { 73 protected ProfileService() {
|
AdapterService.java | 108 private final ArrayList<ProfileService> mProfiles = new ArrayList<ProfileService>(); 332 public void addProfile(ProfileService profile) { 340 public void removeProfile(ProfileService profile) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PbapClientService.java | 40 import com.android.bluetooth.btservice.ProfileService; 56 public class PbapClientService extends ProfileService {
|
PbapPCEClient.java | 42 import com.android.bluetooth.btservice.ProfileService; 275 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 33 import com.android.bluetooth.btservice.ProfileService; 45 public class HeadsetService extends ProfileService {
|
HeadsetStateMachine.java | 63 import com.android.bluetooth.btservice.ProfileService; 308 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice); 309 ProfileService.println(sb, "mTargetDevice: " + mTargetDevice); 310 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice); 311 ProfileService.println(sb, "mActiveScoDevice: " + mActiveScoDevice); 312 ProfileService.println(sb, "mMultiDisconnectDevice: " + mMultiDisconnectDevice); 313 ProfileService.println(sb, "mVirtualCallStarted: " + mVirtualCallStarted); 314 ProfileService.println(sb, "mVoiceRecognitionStarted: " + mVoiceRecognitionStarted); 315 ProfileService.println(sb, "mWaitingForVoiceRecognition: " + mWaitingForVoiceRecognition); 316 ProfileService.println(sb, "StateMachine: " + this.toString()) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 43 import com.android.bluetooth.btservice.ProfileService; 58 public class PanService extends ProfileService {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 38 import com.android.bluetooth.btservice.ProfileService; 39 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder; 58 public class HealthService extends ProfileService { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapService.java | 38 import com.android.bluetooth.btservice.ProfileService; 39 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder; 43 public class SapService extends ProfileService { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 47 import com.android.bluetooth.btservice.ProfileService; 48 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder; 57 public class BluetoothMapService extends ProfileService { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 35 import com.android.bluetooth.btservice.ProfileService; 49 public class HidService extends ProfileService {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 54 import com.android.bluetooth.btservice.ProfileService; 75 public class GattService extends ProfileService { [all...] |