Home
last modified time | relevance | path

Searched refs:mNotificationChannelId (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java103 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/
DUsageEvents.java537 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()
DParcelableUsageEventList.java224 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/
DIntervalStats.java222 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()
DUsageStatsProtoV2.java714 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()
DUsageStatsProto.java478 if (event.mNotificationChannelId != null) { in writeEvent()
480 event.mNotificationChannelId); in writeEvent()
487 event.mNotificationChannelId); in writeEvent()
DUsageStatsXmlV1.java239 event.mNotificationChannelId = (channelId != null) ? channelId.intern() : null; in loadEvent()
DUserUsageStatsService.java1116 if (event.mNotificationChannelId != null) { in printEvent()
1117 pw.printPair("channelId", event.mNotificationChannelId); in printEvent()
DUsageStatsService.java3251 event.mNotificationChannelId = channelId.intern(); in reportInterruptiveNotification()
/frameworks/base/core/tests/coretests/src/android/app/usage/
DParcelableUsageEventListTest.java139 event.mNotificationChannelId = anyString(); in generateUsageEvent()
181 assertEquals(ue1.mNotificationChannelId, ue1.mNotificationChannelId); in compareUsageEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DIntervalStatsTests.java100 event.mNotificationChannelId = "channel" + (i % 5); //"random" channel in populateIntervalStats()
DUsageStatsDatabaseTest.java183 event.mNotificationChannelId = "channel" + (i % 5); in populateIntervalStats()
348 assertEquals(e1.mNotificationChannelId, e2.mNotificationChannelId, in compareUsageEvent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4464 String channelId = event.mNotificationChannelId;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9347 Landroid/app/usage/UsageEvents$Event;->mNotificationChannelId:Ljava/lang/String;