Searched refs:ProfileService (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java49 import com.android.bluetooth.btservice.ProfileService;
837 ProfileService.println(sb, "mMetadata: " + mMetadata);
838 ProfileService.println(sb, "mTransportControlFlags: " + mTransportControlFlags);
839 ProfileService.println(sb, "mCurrentPlayState: " + mCurrentPlayState);
840 ProfileService.println(sb, "mPlayStatusChangedNT: " + mPlayStatusChangedNT);
841 ProfileService.println(sb, "mTrackChangedNT: " + mTrackChangedNT);
842 ProfileService.println(sb, "mTrackNumber: " + mTrackNumber);
843 ProfileService.println(sb, "mCurrentPosMs: " + mCurrentPosMs);
844 ProfileService.println(sb, "mPlayStartTimeMs: " + mPlayStartTimeMs);
845 ProfileService
[all...]
H A DAvrcpControllerService.java31 import com.android.bluetooth.btservice.ProfileService;
42 public class AvrcpControllerService extends ProfileService {
251 sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java60 import com.android.bluetooth.btservice.ProfileService;
162 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice);
163 ProfileService.println(sb, "mAudioOn: " + mAudioOn);
164 ProfileService.println(sb, "mAudioState: " + mAudioState);
165 ProfileService.println(sb, "mAudioWbs: " + mAudioWbs);
166 ProfileService.println(sb, "mIndicatorNetworkState: " + mIndicatorNetworkState);
167 ProfileService.println(sb, "mIndicatorNetworkType: " + mIndicatorNetworkType);
168 ProfileService.println(sb, "mIndicatorNetworkSignal: " + mIndicatorNetworkSignal);
169 ProfileService.println(sb, "mIndicatorBatteryLevel: " + mIndicatorBatteryLevel);
170 ProfileService
[all...]
H A DHeadsetClientService.java34 import com.android.bluetooth.btservice.ProfileService;
45 public class HeadsetClientService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpSinkService.java24 import com.android.bluetooth.btservice.ProfileService;
34 public class A2dpSinkService extends ProfileService {
H A DA2dpSinkStateMachine.java54 import com.android.bluetooth.btservice.ProfileService;
160 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice);
161 ProfileService.println(sb, "mTargetDevice: " + mTargetDevice);
162 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice);
163 ProfileService.println(sb, "StateMachine: " + this.toString());
701 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
711 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
767 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
H A DA2dpStateMachine.java52 import com.android.bluetooth.btservice.ProfileService;
739 mContext.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM);
756 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice);
757 ProfileService.println(sb, "mTargetDevice: " + mTargetDevice);
758 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice);
759 ProfileService.println(sb, "mPlayingA2dpDevice: " + mPlayingA2dpDevice);
760 ProfileService.println(sb, "StateMachine: " + this.toString());
H A DA2dpService.java27 import com.android.bluetooth.btservice.ProfileService;
38 public class A2dpService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java33 public abstract class ProfileService extends Service { class in inherits:Service
75 protected ProfileService() { method in class:ProfileService
H A DAdapterService.java97 private final ArrayList<ProfileService> mProfiles = new ArrayList<ProfileService>();
263 public void addProfile(ProfileService profile) {
269 public void removeProfile(ProfileService profile) {
1736 for (ProfileService profile : mProfiles) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java33 import com.android.bluetooth.btservice.ProfileService;
45 public class HeadsetService extends ProfileService {
H A DHeadsetStateMachine.java62 import com.android.bluetooth.btservice.ProfileService;
303 ProfileService.println(sb, "mCurrentDevice: " + mCurrentDevice);
304 ProfileService.println(sb, "mTargetDevice: " + mTargetDevice);
305 ProfileService.println(sb, "mIncomingDevice: " + mIncomingDevice);
306 ProfileService.println(sb, "mActiveScoDevice: " + mActiveScoDevice);
307 ProfileService.println(sb, "mMultiDisconnectDevice: " + mMultiDisconnectDevice);
308 ProfileService.println(sb, "mVirtualCallStarted: " + mVirtualCallStarted);
309 ProfileService.println(sb, "mVoiceRecognitionStarted: " + mVoiceRecognitionStarted);
310 ProfileService.println(sb, "mWaitingForVoiceRecognition: " + mWaitingForVoiceRecognition);
311 ProfileService
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java43 import com.android.bluetooth.btservice.ProfileService;
58 public class PanService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java38 import com.android.bluetooth.btservice.ProfileService;
39 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
58 public class HealthService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java61 import com.android.bluetooth.btservice.ProfileService;
62 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
67 public class BluetoothMapService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java35 import com.android.bluetooth.btservice.ProfileService;
49 public class HidService extends ProfileService {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java44 import com.android.bluetooth.btservice.ProfileService;
64 public class GattService extends ProfileService {

Completed in 618 milliseconds