Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java609 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>(); field in NotificationManagerService
1515 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);
1523 mInlineReplyRecordsByKey.put(key, r);
1554 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(key);
1558 mInlineReplyRecordsByKey.remove(key);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java9315 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());
9354 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey());