Loading src/com/android/settings/notification/NotificationStation.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -73,10 +73,6 @@ public class NotificationStation extends SettingsPreferenceFragment { }; }; private NotificationListenerService mListener = new NotificationListenerService() { private NotificationListenerService mListener = new NotificationListenerService() { @Override public void onListenerConnected(String[] notificationKeys) { // noop } @Override @Override public void onNotificationPosted(StatusBarNotification notification) { public void onNotificationPosted(StatusBarNotification notification) { Log.v(TAG, "onNotificationPosted: " + notification); Log.v(TAG, "onNotificationPosted: " + notification); Loading Loading
src/com/android/settings/notification/NotificationStation.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -73,10 +73,6 @@ public class NotificationStation extends SettingsPreferenceFragment { }; }; private NotificationListenerService mListener = new NotificationListenerService() { private NotificationListenerService mListener = new NotificationListenerService() { @Override public void onListenerConnected(String[] notificationKeys) { // noop } @Override @Override public void onNotificationPosted(StatusBarNotification notification) { public void onNotificationPosted(StatusBarNotification notification) { Log.v(TAG, "onNotificationPosted: " + notification); Log.v(TAG, "onNotificationPosted: " + notification); Loading