Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java221 case TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED: in verifySetValue()
496 new Pair<Integer, Boolean>(TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED, true), in testSetStatusFlags()
505 new Pair<Integer, Boolean>(TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED, false), in testSetStatusFlags()
826 int statusFlagValue = TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED; in testSilentModeAndInbandringtonFlagsChanges()
843 | TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED; in testSilentModeAndInbandringtonFlagsChanges()
1069 int statusFlagValue = TbsGatt.STATUS_FLAG_SILENT_MODE_ENABLED; in testCharacteristicNotifyOnAuthorization()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java84 @VisibleForTesting static final int STATUS_FLAG_SILENT_MODE_ENABLED = 0x0002; field in TbsGatt
824 && (((mStatusFlagValue.get(device) & STATUS_FLAG_SILENT_MODE_ENABLED) != 0) in updateStatusFlagsSilentMode()
831 valueInt ^= STATUS_FLAG_SILENT_MODE_ENABLED; in updateStatusFlagsSilentMode()
1281 int valueInt = mSilentMode ? STATUS_FLAG_SILENT_MODE_ENABLED : 0; in onAuthorizedGattOperation()