Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DServiceFeature.java65 public static final long ALL_MANDATORY_SERVICE_FEATURES = field in ServiceFeature
DMediaControlGattService.java1277 if ((mFeatures & ServiceFeature.ALL_MANDATORY_SERVICE_FEATURES) in init()
1278 != ServiceFeature.ALL_MANDATORY_SERVICE_FEATURES) { in init()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java133 long mMandatoryFeatures = ServiceFeature.ALL_MANDATORY_SERVICE_FEATURES; in testInit()
155 ServiceFeature.ALL_MANDATORY_SERVICE_FEATURES in initAllFeaturesGattService()