Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +0 −2 Original line number Diff line number Diff line Loading @@ -568,8 +568,6 @@ public class NotificationData { mTmpRanking.getImportance()); pw.print(indent); pw.println(" notification=" + n.getNotification()); pw.print(indent); pw.println(" tickerText=\"" + n.getNotification().tickerText + "\""); } private static boolean isSystemNotification(StatusBarNotification sbn) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +0 −2 Original line number Diff line number Diff line Loading @@ -568,8 +568,6 @@ public class NotificationData { mTmpRanking.getImportance()); pw.print(indent); pw.println(" notification=" + n.getNotification()); pw.print(indent); pw.println(" tickerText=\"" + n.getNotification().tickerText + "\""); } private static boolean isSystemNotification(StatusBarNotification sbn) { Loading