Searched refs:STATUS_FLAG_SILENT_MODE_ENABLED (Results 1 – 2 of 2) sorted by relevance
221 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()
84 @VisibleForTesting static final int STATUS_FLAG_SILENT_MODE_ENABLED = 0x0002; field in TbsGatt824 && (((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()