Notification method renaming.

Test: make
Bug: 37672218
Change-Id: Idab128f5ce9f3c67eb5b1d5ad645d6af4e3d8cdc
diff --git a/src/com/android/phone/EmergencyCallbackModeService.java b/src/com/android/phone/EmergencyCallbackModeService.java
index 334519a..b163b10 100644
--- a/src/com/android/phone/EmergencyCallbackModeService.java
+++ b/src/com/android/phone/EmergencyCallbackModeService.java
@@ -207,7 +207,7 @@
                      R.plurals.phone_in_ecm_notification_time, minutes).toString(), time);
         }
         builder.setContentText(text);
-        builder.setChannel(TelephonyNotificationBuilder.CHANNEL_ID_ALERT);
+        builder.setChannelId(TelephonyNotificationBuilder.CHANNEL_ID_ALERT);
 
         // Show notification
         mNotificationManager.notify(R.string.phone_in_ecm_notification_title, builder.build());