Updates based on API council guidance.
am: 1558e380e4

Change-Id: I64dde548c55333d1181d94cf7c2a160a8334004c
diff --git a/java/com/android/dialer/notification/NotificationChannelManager.java b/java/com/android/dialer/notification/NotificationChannelManager.java
index f23c02a..b795ffe 100644
--- a/java/com/android/dialer/notification/NotificationChannelManager.java
+++ b/java/com/android/dialer/notification/NotificationChannelManager.java
@@ -66,7 +66,7 @@
     if (BuildCompat.isAtLeastO()) {
       NotificationChannel channel =
           NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount);
-      notification.setChannel(channel.getId());
+      notification.setChannelId(channel.getId());
     }
   }