Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java155 static final int CHLD_FEAT_REL = 0x00000001; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java820 if ((mChldFeatures & HeadsetClientHalConstants.CHLD_FEAT_REL) in getCurrentAgFeaturesBundle()
821 == HeadsetClientHalConstants.CHLD_FEAT_REL) { in getCurrentAgFeaturesBundle()
861 if (isSupported(mChldFeatures, HeadsetClientHalConstants.CHLD_FEAT_REL)) { in getCurrentAgFeatures()
862 features.add(HeadsetClientHalConstants.CHLD_FEAT_REL); in getCurrentAgFeatures()
2236 if ((mChldFeatures & HeadsetClientHalConstants.CHLD_FEAT_REL) in broadcastConnectionState()
2237 == HeadsetClientHalConstants.CHLD_FEAT_REL) { in broadcastConnectionState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1213 mHeadsetClientStateMachine.mChldFeatures = HeadsetClientHalConstants.CHLD_FEAT_REL;
1216 Assert.assertTrue(features.contains(HeadsetClientHalConstants.CHLD_FEAT_REL));
1246 mHeadsetClientStateMachine.mChldFeatures = HeadsetClientHalConstants.CHLD_FEAT_REL;