Home
last modified time | relevance | path

Searched refs:mChannelId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java64 private final String mChannelId; field in PackageInstalledNotificationUtils
96 mChannelId = NEW_APP_INSTALLED_CHANNEL_ID_PREFIX + installerPackage; in PackageInstalledNotificationUtils()
216 NotificationChannel channel = new NotificationChannel(mChannelId, mInstallerAppLabel, in createChannel()
278 new Notification.Builder(mContext, mChannelId) in getGroupNotificationBuilder()
280 .setGroup(mChannelId) in getGroupNotificationBuilder()
307 new Notification.Builder(mContext, mChannelId) in getAppInstalledNotificationBuilder()
319 .setGroup(mChannelId) in getAppInstalledNotificationBuilder()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java47 private String mChannelId; field in NotificationHistory.HistoricalNotification
67 return mChannelId; in getChannelId()
107 ", mChannelId='" + mChannelId + '\'' + in toString()
148 private String mChannelId; field in NotificationHistory.HistoricalNotification.Builder
170 mChannelId = channelId; in setChannelId()
213 n.mChannelId = mChannelId; in build()
H A DNotification.java1583 private String mChannelId; field in Notification
2815 that.mChannelId = this.mChannelId; in cloneInto()
3204 if (mChannelId != null) { in writeToParcelImpl()
3657 return mChannelId; in getChannel()
3664 return mChannelId; in getChannelId()
3946 mN.mChannelId = channelId; in Builder()
12178 private String mChannelId; field in Notification.Builder.TvExtender
12245 mChannelId = channelId; in setChannel()
12255 mChannelId = channelId; in setChannelId()
12262 return mChannelId; in getChannel()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java474 private String mChannelId; field in NotificationHistoryDatabase.RemoveChannelRunnable
479 mChannelId = channelId; in RemoveChannelRunnable()
492 mBuffer.removeChannelFromWrite(mPkg, mChannelId); in run()
503 if (notificationHistory.removeChannelFromWrite(mPkg, mChannelId)) { in run()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java159 private String mChannelId; field in Bubble
575 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry()
661 return mChannelId; in getChannelId()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7866 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;