/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 111 ArgumentCaptor<ProfileService> argument = ArgumentCaptor.forClass(ProfileService.class); in setAllProfilesState() 218 ArgumentCaptor<ProfileService> starts = ArgumentCaptor.forClass(ProfileService.class); in testEnableDisableInterleaved() 219 ArgumentCaptor<ProfileService> stops = ArgumentCaptor.forClass(ProfileService.class); in testEnableDisableInterleaved() 225 List<ProfileService> startedArguments = starts.getAllValues(); in testEnableDisableInterleaved() 226 List<ProfileService> stoppedArguments = stops.getAllValues(); in testEnableDisableInterleaved() 228 for (ProfileService service : startedArguments) { in testEnableDisableInterleaved() 244 ArgumentCaptor<ProfileService> start = in testRepeatedEnableDisableSingly() 245 ArgumentCaptor.forClass(ProfileService.class); in testRepeatedEnableDisableSingly() 250 ArgumentCaptor<ProfileService> stop = ArgumentCaptor.forClass(ProfileService.class); in testRepeatedEnableDisableSingly() 270 ArgumentCaptor<ProfileService> start = in testProfileServiceRegisterUnregister() [all …]
|
D | AdapterServiceTest.java | 144 private @Mock ProfileService mMockGattService; 145 private @Mock ProfileService mMockService; 146 private @Mock ProfileService mMockService2; 401 ProfileService gattService, in offToBleOn() 432 List<ProfileService> services) { in onToBleOn() 441 for (ProfileService service : services) { in onToBleOn() 467 ProfileService gattService, in doEnable() 471 List<ProfileService> services, in doEnable() 492 for (ProfileService service : services) { in doEnable() 498 for (ProfileService service : services) { in doEnable() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 48 import com.android.bluetooth.btservice.ProfileService; 900 ProfileService.println( in dump() 902 ProfileService.println( in dump() 904 ProfileService.println( in dump() 910 ProfileService.println(sb, " mIsPlaying: " + mIsPlaying); in dump() 911 ProfileService.println( in dump() 919 ProfileService.println(sb, " mCodecConfig: " + mCodecStatus.getCodecConfig()); in dump() 920 ProfileService.println(sb, " mCodecsSelectableCapabilities:"); in dump() 922 ProfileService.println(sb, " " + config); in dump() 926 ProfileService.println(sb, " StateMachine: " + this.toString()); in dump() [all …]
|
D | A2dpService.java | 65 import com.android.bluetooth.btservice.ProfileService; 81 public class A2dpService extends ProfileService { 1682 ProfileService.println(sb, "mActiveDevice: " + mActiveDevice); in dump() 1683 ProfileService.println(sb, "mMaxConnectedAudioDevices: " + mMaxConnectedAudioDevices); in dump() 1685 ProfileService.println(sb, "codecConfigPriorities:"); in dump() 1687 ProfileService.println( in dump() 1694 ProfileService.println(sb, "mA2dpOffloadEnabled: " + mA2dpOffloadEnabled); in dump() 1696 ProfileService.println(sb, "codecConfigOffloading:"); in dump() 1698 ProfileService.println(sb, " " + codecConfig); in dump() 1702 ProfileService.println(sb, "mA2dpCodecConfig: null"); in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 58 import com.android.bluetooth.btservice.ProfileService; 207 ProfileService.println(sb, "==== StateMachine for " + mCurrentDevice + " ===="); in dump() 208 ProfileService.println( in dump() 217 ProfileService.println(sb, " mAudioState: " + mAudioState); in dump() 218 ProfileService.println(sb, " mAudioWbs: " + mAudioWbs); in dump() 219 ProfileService.println(sb, " mAudioSWB: " + mAudioSWB); in dump() 220 ProfileService.println(sb, " mIndicatorNetworkState: " + mIndicatorNetworkState); in dump() 221 ProfileService.println(sb, " mIndicatorNetworkType: " + mIndicatorNetworkType); in dump() 222 ProfileService.println(sb, " mIndicatorNetworkSignal: " + mIndicatorNetworkSignal); in dump() 223 ProfileService.println(sb, " mIndicatorBatteryLevel: " + mIndicatorBatteryLevel); in dump() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 35 import com.android.bluetooth.btservice.ProfileService; 48 public class A2dpSinkService extends ProfileService { 494 ProfileService.println(sb, "Active Device = " + getActiveDevice()); in dump() 495 ProfileService.println(sb, "Max Connected Devices = " + mMaxConnectedAudioDevices); in dump() 496 ProfileService.println(sb, "Devices Tracked = " + mDeviceStateMap.size()); in dump() 498 ProfileService.println( in dump()
|
D | A2dpSinkStateMachine.java | 34 import com.android.bluetooth.btservice.ProfileService; 136 ProfileService.println( in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 35 import com.android.bluetooth.btservice.ProfileService; 161 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 162 ProfileService.println(sb, " StateMachine: " + this); in dump() 163 ProfileService.println(sb, " BluetoothGatt: " + mBluetoothGatt); in dump() 170 ProfileService.println(sb, " StateMachineLog:"); in dump() 174 ProfileService.println(sb, " " + line); in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 65 import com.android.bluetooth.btservice.ProfileService; 112 public class HeadsetService extends ProfileService { 2581 ProfileService.println(sb, "mMaxHeadsetConnections: " + mMaxHeadsetConnections); in dump() 2582 ProfileService.println( in dump() 2586 ProfileService.println(sb, "mActiveDevice: " + mActiveDevice); in dump() 2587 ProfileService.println(sb, "isInbandRingingEnabled: " + isInbandRingingEnabled()); in dump() 2588 ProfileService.println(sb, "isInbandRingingSupported: " + isInbandRingingSupported); in dump() 2589 ProfileService.println( in dump() 2591 ProfileService.println(sb, "mAudioRouteAllowed: " + mAudioRouteAllowed); in dump() 2592 ProfileService.println(sb, "mVoiceRecognitionStarted: " + mVoiceRecognitionStarted); in dump() [all …]
|
D | HeadsetStateMachine.java | 52 import com.android.bluetooth.btservice.ProfileService; 271 ProfileService.println(sb, " mCurrentDevice: " + mDevice); in dump() 272 ProfileService.println(sb, " mCurrentState: " + mCurrentState); in dump() 273 ProfileService.println(sb, " mPrevState: " + mPrevState); in dump() 274 ProfileService.println(sb, " mConnectionState: " + getConnectionState()); in dump() 275 ProfileService.println(sb, " mAudioState: " + getAudioState()); in dump() 276 ProfileService.println(sb, " mNeedDialingOutReply: " + mNeedDialingOutReply); in dump() 277 ProfileService.println(sb, " mSpeakerVolume: " + mSpeakerVolume); in dump() 278 ProfileService.println(sb, " mMicVolume: " + mMicVolume); in dump() 279 ProfileService.println( in dump() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioStateMachine.java | 39 import com.android.bluetooth.btservice.ProfileService; 583 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 584 ProfileService.println(sb, " StateMachine: " + this); in dump() 591 ProfileService.println(sb, " StateMachineLog:"); in dump() 595 ProfileService.println(sb, " " + line); in dump()
|
D | LeAudioService.java | 81 import com.android.bluetooth.btservice.ProfileService; 111 public class LeAudioService extends ProfileService { 5412 ProfileService.println(sb, "isDualModeAudioEnabled: " + Utils.isDualModeAudioEnabled()); in dump() 5413 ProfileService.println(sb, "Active Groups information: "); in dump() 5414 ProfileService.println(sb, " currentlyActiveGroupId: " + getActiveGroupId()); in dump() 5415 ProfileService.println(sb, " mActiveAudioOutDevice: " + mActiveAudioOutDevice); in dump() 5416 ProfileService.println(sb, " mActiveAudioInDevice: " + mActiveAudioInDevice); in dump() 5417 ProfileService.println( in dump() 5421 ProfileService.println( in dump() 5425 ProfileService.println(sb, " mExposedActiveDevice: " + mExposedActiveDevice); in dump() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 43 import com.android.bluetooth.btservice.ProfileService; 254 ProfileService.println( in dump() 256 ProfileService.println(sb, "isActive: " + isActive()); in dump() 257 ProfileService.println(sb, "Control: " + mRemoteControlConnected); in dump() 258 ProfileService.println(sb, "Browsing: " + mBrowsingConnected); in dump() 259 ProfileService.println( in dump() 264 ProfileService.println(sb, "Addressed Player ID: " + mAddressedPlayerId); in dump() 265 ProfileService.println(sb, "Available Players (" + mAvailablePlayerList.size() + "): "); in dump() 269 ProfileService.println(sb, "\t" + (isAddressed ? "(Addressed) " : "") + player); in dump() 276 ProfileService.println(sb, "Queue (" + (queue == null ? 0 : queue.size()) + "): " + queue); in dump()
|
D | AvrcpControllerService.java | 41 import com.android.bluetooth.btservice.ProfileService; 53 public class AvrcpControllerService extends ProfileService { 794 ProfileService.println(sb, "Devices Tracked = " + mDeviceStateMap.size()); in dump() 795 ProfileService.println(sb, "Active Device = " + mActiveDevice); in dump() 798 ProfileService.println( in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidStateMachine.java | 43 import com.android.bluetooth.btservice.ProfileService; 596 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 597 ProfileService.println(sb, " StateMachine: " + this); in dump() 604 ProfileService.println(sb, " StateMachineLog:"); in dump() 608 ProfileService.println(sb, " " + line); in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStateMachine.java | 30 import com.android.bluetooth.btservice.ProfileService; 598 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 599 ProfileService.println(sb, " StateMachine: " + this); in dump() 606 ProfileService.println(sb, " StateMachineLog:"); in dump() 610 ProfileService.println(sb, " " + line); in dump()
|
D | VolumeControlService.java | 47 import com.android.bluetooth.btservice.ProfileService; 71 public class VolumeControlService extends ProfileService { 185 ProfileService.println(sb, " Id: " + id); in dump() 186 ProfileService.println(sb, " value: " + descriptor.mValue); in dump() 187 ProfileService.println(sb, " location: " + descriptor.mLocation); in dump() 188 ProfileService.println(sb, " description: " + descriptor.mDescription); in dump() 1739 ProfileService.println(sb, " Device: " + device); in dump() 1740 ProfileService.println(sb, " Volume offset cnt: " + descriptor.size()); in dump() 1745 ProfileService.println( in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorStateMachine.java | 30 import com.android.bluetooth.btservice.ProfileService; 612 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 613 ProfileService.println(sb, " StateMachine: " + this); in dump() 620 ProfileService.println(sb, " StateMachineLog:"); in dump() 624 ProfileService.println(sb, " " + line); in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientStateMachine.java | 43 import com.android.bluetooth.btservice.ProfileService; 185 ProfileService.println(sb, "mDevice: " + mDevice); in dump() 186 ProfileService.println(sb, " StateMachine: " + this); in dump() 193 ProfileService.println(sb, " StateMachineLog:"); in dump() 197 ProfileService.println(sb, " " + line); in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 33 public abstract class ProfileService extends ContextWrapper { class 87 protected ProfileService(Context ctx) { in ProfileService() method in ProfileService
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/ |
D | UtilsTest.java | 37 import com.android.bluetooth.btservice.ProfileService; 91 ProfileService mockProfile = Mockito.mock(ProfileService.class); in checkServiceAvailable()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | McpService.java | 32 import com.android.bluetooth.btservice.ProfileService; 42 public class McpService extends ProfileService {
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 44 import com.android.bluetooth.btservice.ProfileService; 58 public class PbapClientService extends ProfileService { 660 ProfileService.println(sb, "isAuthServiceReady: " + isAuthenticationServiceReady()); in dump()
|
D | PbapClientStateMachine.java | 64 import com.android.bluetooth.btservice.ProfileService; 449 ProfileService.println( in dump()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 35 import com.android.bluetooth.btservice.ProfileService; 44 public class TbsService extends ProfileService {
|