Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +3 −1 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,9 @@ public class ServiceStateTracker extends Handler { if (DBG) log("setNotification: cancelAllNotifications"); NotificationManager notificationManager = (NotificationManager) mPhone.getContext().getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.cancelAll(); notificationManager.cancel(PS_NOTIFICATION); notificationManager.cancel(CS_NOTIFICATION); notificationManager.cancel(CS_REJECT_CAUSE_NOTIFICATION); } /** Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +3 −1 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,9 @@ public class ServiceStateTracker extends Handler { if (DBG) log("setNotification: cancelAllNotifications"); NotificationManager notificationManager = (NotificationManager) mPhone.getContext().getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.cancelAll(); notificationManager.cancel(PS_NOTIFICATION); notificationManager.cancel(CS_NOTIFICATION); notificationManager.cancel(CS_REJECT_CAUSE_NOTIFICATION); } /** Loading