Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java99 private static final int MAX_MESSAGES = 20; field in MceStateMachine
122 private HashMap<String, Bmessage> mSentMessageLog = new HashMap<>(MAX_MESSAGES);
123 private HashMap<Bmessage, PendingIntent> mSentReceiptRequested = new HashMap<>(MAX_MESSAGES);
125 new HashMap<>(MAX_MESSAGES);