Searched refs:CALL_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
46 public static final int CALL_NOTIFICATION_ID = 123456; field in Utils88 nm.notify(Utils.CALL_NOTIFICATION_ID, createCallStyleNotification(context)); in postIncomingCallStyleNotification()111 notificationManager.notify(CALL_NOTIFICATION_ID, callStyleNotification); in updateCallStyleNotification_toOngoingCall()118 notificationManager.cancel(CALL_NOTIFICATION_ID); in clearNotification()
65 private static final int CALL_NOTIFICATION_ID = 1; field in CallServiceNotifier95 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()105 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID); in cancelNotifications()