Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java168 mBrokerHandler.removeMessages(MSG_IIL_SET_FORCE_BT_A2DP_USE); in setBluetoothA2dpOn_Async()
169 sendIILMsgNoDelay(MSG_IIL_SET_FORCE_BT_A2DP_USE, SENDMSG_QUEUE, in setBluetoothA2dpOn_Async()
506 mBrokerHandler.removeMessages(MSG_IIL_SET_FORCE_BT_A2DP_USE); in setBluetoothA2dpOnInt()
693 case MSG_IIL_SET_FORCE_BT_A2DP_USE: in handleMessage()
876 private static final int MSG_IIL_SET_FORCE_BT_A2DP_USE = 5; field in AudioDeviceBroker