Searched refs:MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST (Results 1 – 1 of 1) sorted by relevance
91 private final static int MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST = 2; field in CachedBluetoothDevice926 if (mMessageRejectionCount < MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST) { in checkAndIncreaseMessageRejectionCount()930 return mMessageRejectionCount >= MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST; in checkAndIncreaseMessageRejectionCount()