Searched refs:getSuppressedVisualEffects (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java97 public Bundle getSuppressedVisualEffects() { method in class:NotificationRankingUpdate
H A DNotificationListenerService.java1124 public int getSuppressedVisualEffects() { method in class:NotificationListenerService.Ranking
1248 getVisibilityOverride(key), getSuppressedVisualEffects(key),
1285 private int getSuppressedVisualEffects(String key) { method in class:NotificationListenerService.RankingMap
1357 Bundle suppressedBundle = mRankingUpdate.getSuppressedVisualEffects();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java301 return (mTmpRanking.getSuppressedVisualEffects()
310 return (mTmpRanking.getSuppressedVisualEffects()
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java416 public int getSuppressedVisualEffects() { method in class:NotificationRecord
H A DNotificationManagerService.java2956 && ((record.getSuppressedVisualEffects()
2968 if (((record.getSuppressedVisualEffects()
3755 suppressedVisualEffects.putInt(key, record.getSuppressedVisualEffects());

Completed in 141 milliseconds