Searched refs:updateDependents (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationSettingsBase.java174 updateDependents(progress);
192 updateDependents(importance);
209 updateDependents(importance);
214 updateDependents(banned ? Ranking.IMPORTANCE_NONE : importance);
307 abstract void updateDependents(int progress); method in class:NotificationSettingsBase
H A DAppNotificationSettings.java97 updateDependents(mAppRow.appImportance);
102 protected void updateDependents(int importance) { method in class:AppNotificationSettings

Completed in 215 milliseconds