Home
last modified time | relevance | path

Searched refs:InlineReplyUriRecord (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DInlineReplyUriRecord.java29 public final class InlineReplyUriRecord { class
43 public InlineReplyUriRecord(IBinder owner, UserHandle user, String packageName, String key) { in InlineReplyUriRecord() method in InlineReplyUriRecord
DNotificationManagerService.java656 final ArrayMap<String, InlineReplyUriRecord> mInlineReplyRecordsByKey = new ArrayMap<>();
1704 InlineReplyUriRecord r = mInlineReplyRecordsByKey.get(key);
1706 InlineReplyUriRecord newRecord = new InlineReplyUriRecord(
1743 InlineReplyUriRecord uriRecord = mInlineReplyRecordsByKey.get(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());