Searched refs:MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java84 private final static int MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST = 2; field in class:CachedBluetoothDevice
747 if (mMessageRejectionCount < MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST) {
751 return mMessageRejectionCount >= MESSAGE_REJECTION_COUNT_LIMIT_TO_PERSIST;

Completed in 131 milliseconds