Searched refs:mChannelId (Results 1 – 6 of 6) sorted by relevance
64 private final String mChannelId; field in PackageInstalledNotificationUtils96 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()
47 private String mChannelId; field in NotificationHistory.HistoricalNotification67 return mChannelId; in getChannelId()107 ", mChannelId='" + mChannelId + '\'' + in toString()148 private String mChannelId; field in NotificationHistory.HistoricalNotification.Builder170 mChannelId = channelId; in setChannelId()213 n.mChannelId = mChannelId; in build()
1583 private String mChannelId; field in Notification2815 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.TvExtender12245 mChannelId = channelId; in setChannel()12255 mChannelId = channelId; in setChannelId()12262 return mChannelId; in getChannel()[all …]
474 private String mChannelId; field in NotificationHistoryDatabase.RemoveChannelRunnable479 mChannelId = channelId; in RemoveChannelRunnable()492 mBuffer.removeChannelFromWrite(mPkg, mChannelId); in run()503 if (notificationHistory.removeChannelFromWrite(mPkg, mChannelId)) { in run()
159 private String mChannelId; field in Bubble575 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry()661 return mChannelId; in getChannelId()
7866 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;