Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java656 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>(); field in NotificationManagerService
1704 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);
1712 mInlineReplyRecordsByKey.put(key, r);
1743 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(key);
1747 mInlineReplyRecordsByKey.remove(key);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10521 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());
10560 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());