Loading src/com/android/settings/notification/AppNotificationSettings.java +17 −15 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class AppNotificationSettings extends NotificationSettingsBase { mBlock = (RestrictedSwitchPreference) getPreferenceScreen().findPreference(KEY_BLOCK); mSilent = (RestrictedSwitchPreference) getPreferenceScreen().findPreference(KEY_SILENT); if (mPkgInfo != null) { mAppRow = mBackend.loadAppRow(mContext, mPm, mPkgInfo); NotificationManager.Policy policy = Loading @@ -96,6 +97,7 @@ public class AppNotificationSettings extends NotificationSettingsBase { setupVisOverridePref(mAppRow.appVisOverride); updateDependents(mAppRow.appImportance); } } @Override protected void updateDependents(int importance) { Loading Loading
src/com/android/settings/notification/AppNotificationSettings.java +17 −15 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class AppNotificationSettings extends NotificationSettingsBase { mBlock = (RestrictedSwitchPreference) getPreferenceScreen().findPreference(KEY_BLOCK); mSilent = (RestrictedSwitchPreference) getPreferenceScreen().findPreference(KEY_SILENT); if (mPkgInfo != null) { mAppRow = mBackend.loadAppRow(mContext, mPm, mPkgInfo); NotificationManager.Policy policy = Loading @@ -96,6 +97,7 @@ public class AppNotificationSettings extends NotificationSettingsBase { setupVisOverridePref(mAppRow.appVisOverride); updateDependents(mAppRow.appImportance); } } @Override protected void updateDependents(int importance) { Loading