Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/EntryAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,8 @@ public interface EntryAdapter { boolean isBundle(); /** * Processes when the bundle this entry is within is disabled. * Processes when the bundle this entry is within is disabled, or when the entry is removed * from the bundle it's within because of changed permissions. */ void onBundleDisabled(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/EntryAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,8 @@ public interface EntryAdapter { boolean isBundle(); /** * Processes when the bundle this entry is within is disabled. * Processes when the bundle this entry is within is disabled, or when the entry is removed * from the bundle it's within because of changed permissions. */ void onBundleDisabled(); Loading