Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java535 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>(); field in NotificationManagerService
1420 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);
1428 mInlineReplyRecordsByKey.put(key, r);
1459 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(key);
1463 mInlineReplyRecordsByKey.remove(key);
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7056 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey()); in testClearInlineReplyUriPermission_uriRecordExists()
7096 InlineReplyUriRecord record = mService.mInlineReplyRecordsByKey.get(nr.getKey()); in testClearInlineReplyUriPermission_userAll()