Home
last modified time | relevance | path

Searched refs:setDeviceState (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java211 oldStateMachine.setDeviceState(DEVICE_STATE_INACTIVE); in setActiveDevice()
217 stateMachine.setDeviceState(DEVICE_STATE_ACTIVE); in setActiveDevice()
DAvrcpControllerStateMachine.java284 public void setDeviceState(int state) { in setDeviceState() method in AvrcpControllerStateMachine
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java184 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_ACTIVE); in setActiveDevice()
186 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_INACTIVE); in setActiveDevice()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java173 mTestConnectionService.setDeviceState(mDeviceState); in setUp()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java415 public void setDeviceState(DeviceState state) { in setDeviceState() method in TelephonyConnectionService