Searched refs:mInlineReplyRecordsByKey (Results 1 – 2 of 2) sorted by relevance
656 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>(); field in NotificationManagerService1704 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);1712 mInlineReplyRecordsByKey.put(key, r);1743 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(key);1747 mInlineReplyRecordsByKey.remove(key);
10521 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());10560 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());