/frameworks/base/services/people/java/com/android/server/people/data/ |
D | ConversationInfo.java | 103 private String mNotificationChannelId; field in ConversationInfo 125 mNotificationChannelId = builder.mNotificationChannelId; in ConversationInfo() 162 return mNotificationChannelId; in getNotificationChannelId() 258 && Objects.equals(mNotificationChannelId, other.mNotificationChannelId) in equals() 270 mNotificationChannelId, mParentNotificationChannelId, mLastEventTimestamp, in hashCode() 282 sb.append(", notificationChannelId=").append(mNotificationChannelId); in toString() 342 if (mNotificationChannelId != null) { in writeToProto() 344 mNotificationChannelId); in writeToProto() 369 out.writeUTF(mNotificationChannelId != null ? mNotificationChannelId : ""); in getBackupPayload() 515 private String mNotificationChannelId; field in ConversationInfo.Builder [all …]
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageEvents.java | 537 public String mNotificationChannelId; field in UsageEvents.Event 733 return mNotificationChannelId; in getNotificationChannelId() 753 ret.mNotificationChannelId = OBFUSCATED_NOTIFICATION_CHANNEL_ID; in getObfuscatedNotificationEvent() 782 mNotificationChannelId = orig.mNotificationChannelId; in copyFrom() 1021 p.writeString(event.mNotificationChannelId); in writeEventToParcel() 1081 eventOut.mNotificationChannelId = null; in readEventFromParcel() 1102 eventOut.mNotificationChannelId = p.readString(); in readEventFromParcel()
|
D | ParcelableUsageEventList.java | 224 event.mNotificationChannelId = null; in readEventFromParcel() 239 case Event.NOTIFICATION_INTERRUPTION -> event.mNotificationChannelId = in.readString(); in readEventFromParcel() 270 case Event.NOTIFICATION_INTERRUPTION -> dest.writeString(event.mNotificationChannelId); in writeEventToParcel()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | IntervalStats.java | 222 event.mNotificationChannelId = parser.readString( in buildEvent() 226 event.mNotificationChannelId = getCachedStringRef(stringPool.get( in buildEvent() 259 if (event.mNotificationChannelId == null) { in buildEvent() 260 event.mNotificationChannelId = ""; in buildEvent() 348 event.mNotificationChannelId = getCachedStringRef(event.mNotificationChannelId); in addEvent() 560 event.mNotificationChannelId = packagesTokenData.getString(packageToken, in deobfuscateEvents() 562 if (event.mNotificationChannelId == null) { in deobfuscateEvents() 704 if (!TextUtils.isEmpty(event.mNotificationChannelId)) { in obfuscateEventsData() 706 packageToken, event.mPackage, event.mNotificationChannelId); in obfuscateEventsData()
|
D | UsageStatsProtoV2.java | 714 event.mNotificationChannelId = proto.readString( in parsePendingEvent() 743 if (event.mNotificationChannelId == null) { in parsePendingEvent() 744 event.mNotificationChannelId = ""; in parsePendingEvent() 815 if (event.mNotificationChannelId != null) { in writePendingEvent() 817 event.mNotificationChannelId); in writePendingEvent()
|
D | UsageStatsProto.java | 478 if (event.mNotificationChannelId != null) { in writeEvent() 480 event.mNotificationChannelId); in writeEvent() 487 event.mNotificationChannelId); in writeEvent()
|
D | UsageStatsXmlV1.java | 239 event.mNotificationChannelId = (channelId != null) ? channelId.intern() : null; in loadEvent()
|
D | UserUsageStatsService.java | 1116 if (event.mNotificationChannelId != null) { in printEvent() 1117 pw.printPair("channelId", event.mNotificationChannelId); in printEvent()
|
D | UsageStatsService.java | 3251 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()
|
/frameworks/base/core/tests/coretests/src/android/app/usage/ |
D | ParcelableUsageEventListTest.java | 139 event.mNotificationChannelId = anyString(); in generateUsageEvent() 181 assertEquals(ue1.mNotificationChannelId, ue1.mNotificationChannelId); in compareUsageEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | IntervalStatsTests.java | 100 event.mNotificationChannelId = "channel" + (i % 5); //"random" channel in populateIntervalStats()
|
D | UsageStatsDatabaseTest.java | 183 event.mNotificationChannelId = "channel" + (i % 5); in populateIntervalStats() 348 assertEquals(e1.mNotificationChannelId, e2.mNotificationChannelId, in compareUsageEvent()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4464 String channelId = event.mNotificationChannelId;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9347 Landroid/app/usage/UsageEvents$Event;->mNotificationChannelId:Ljava/lang/String;
|