Loading core/java/android/app/NotificationGroup.java +1 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,7 @@ public class NotificationGroup implements Parcelable { } public boolean hasPackage(String pkg) { boolean result = mPackages.contains(pkg); Log.i(TAG, "Group: " + mName + " containing : " + pkg + " : " + result); return result; return mPackages.contains(pkg); } public boolean isDirty() { Loading core/java/android/app/ProfileManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -227,8 +227,6 @@ public class ProfileManager NotificationGroup notificationGroup = getNotificationGroupForPackage(packageName); if(notificationGroup == null){ ProfileGroup defaultGroup = getActiveProfile().getDefaultGroup(); Log.v(TAG, "No active group, returning default: " + (defaultGroup == null ? "null" : defaultGroup.getUuid())); return defaultGroup; } return getActiveProfile().getProfileGroup(notificationGroup.getUuid()); Loading services/java/com/android/server/NotificationManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,6 @@ public class NotificationManagerService extends INotificationManager.Stub (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE); ProfileGroup group = profileManager.getActiveProfileGroup(pkg); Log.v(TAG, "Pkg: " + pkg + " group: " + group.getUuid()); notification = group.processNotification(notification); } catch(Throwable th) { Log.e(TAG, "An error occurred profiling the notification.", th); Loading Loading
core/java/android/app/NotificationGroup.java +1 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,7 @@ public class NotificationGroup implements Parcelable { } public boolean hasPackage(String pkg) { boolean result = mPackages.contains(pkg); Log.i(TAG, "Group: " + mName + " containing : " + pkg + " : " + result); return result; return mPackages.contains(pkg); } public boolean isDirty() { Loading
core/java/android/app/ProfileManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -227,8 +227,6 @@ public class ProfileManager NotificationGroup notificationGroup = getNotificationGroupForPackage(packageName); if(notificationGroup == null){ ProfileGroup defaultGroup = getActiveProfile().getDefaultGroup(); Log.v(TAG, "No active group, returning default: " + (defaultGroup == null ? "null" : defaultGroup.getUuid())); return defaultGroup; } return getActiveProfile().getProfileGroup(notificationGroup.getUuid()); Loading
services/java/com/android/server/NotificationManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -1101,7 +1101,6 @@ public class NotificationManagerService extends INotificationManager.Stub (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE); ProfileGroup group = profileManager.getActiveProfileGroup(pkg); Log.v(TAG, "Pkg: " + pkg + " group: " + group.getUuid()); notification = group.processNotification(notification); } catch(Throwable th) { Log.e(TAG, "An error occurred profiling the notification.", th); Loading