Searched refs:mInlineReplyRecordsByKey (Results 1 – 2 of 2) sorted by relevance
609 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>(); field in NotificationManagerService1515 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);1523 mInlineReplyRecordsByKey.put(key, r);1554 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(key);1558 mInlineReplyRecordsByKey.remove(key);
9315 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());9354 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());