Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java659 if ((mChldFeatures & HeadsetClientHalConstants.CHLD_FEAT_MERGE_DETACH) == in getCurrentAgFeatures()
660 HeadsetClientHalConstants.CHLD_FEAT_MERGE_DETACH) { in getCurrentAgFeatures()
1682 if ((mChldFeatures & HeadsetClientHalConstants.CHLD_FEAT_MERGE_DETACH) == in broadcastConnectionState()
1683 HeadsetClientHalConstants.CHLD_FEAT_MERGE_DETACH) { in broadcastConnectionState()
DHeadsetClientHalConstants.java165 final static int CHLD_FEAT_MERGE_DETACH = 0x00000040; field in HeadsetClientHalConstants