Home
last modified time | relevance | path

Searched refs:getContentFlag (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java164 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated()
182 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()
188 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()
203 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
218 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
223 .getContentFlag()); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
233 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testCleanUpPendingAlertInfo()
251 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateGroupChangeDoesNotTransfer()
274 when(childEntry.getRow().isInflationFlagSet(mHeadsUpManager.getContentFlag())) in testUpdateChildToSummaryDoesNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAmbientPulseManager.java80 public @InflationFlag int getContentFlag() { in getContentFlag() method in AmbientPulseManager
DAlertingNotificationManager.java176 public abstract @InflationFlag int getContentFlag(); in getContentFlag() method in AlertingNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java215 alertInfo.mAlertManager.getContentFlag());
404 @InflationFlag int contentFlag = alertManager.getContentFlag(); in alertNotificationWhenPossible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java101 public int getContentFlag() { in getContentFlag() method in AlertingNotificationManagerTest.TestableAlertingNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java142 public @InflationFlag int getContentFlag() { in getContentFlag() method in HeadsUpManager