Home
last modified time | relevance | path

Searched refs:displayNotification (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainerTest.java90 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView1, in displayNotification_emptyContent_notificationOnlyChildInContentView()
101 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView1, in displayNotification_lowerImportanceContent_higherImportanceOnTop()
104 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView2, in displayNotification_lowerImportanceContent_higherImportanceOnTop()
114 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView1, in displayNotification_higherImportanceContent_lowerImportanceBehind()
117 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView2, in displayNotification_higherImportanceContent_lowerImportanceBehind()
129 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView6, in displayNotification_allImportancePresent_newOtherImportance_newIndex1()
141 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView6, in displayNotification_allImportancePresent_newCallImportance_newIndex2()
153 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView6, in displayNotification_allImportancePresent_newNavigationImportance_newIndex3()
165 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView6, in displayNotification_allImportancePresent_newWarningImportance_newIndex4()
177 mCarHeadsUpNotificationContainer.displayNotification(mNotificationView6, in displayNotification_allImportancePresent_newEmergencyImportance_newIndex5()
[all …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainerTest.java75 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_firstNotification_isVisible()
82 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testRemoveNotification_lastNotification_isInvisible()
90 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testRemoveNotification_nonLastNotification_isVisible()
92 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView2, in testRemoveNotification_nonLastNotification_isVisible()
100 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_userFullySetupTrue_isInvisible()
109 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_userFullySetupFalse_isInvisible()
117 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_overlayWindowStateShouldShowHUNFalse_isInvisible()
124 mCarHeadsUpNotificationSystemContainer.displayNotification(mNotificationView, in testDisplayNotification_overlayWindowStateShouldShowHUNTrue_isVisible()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBlocklistMonitor.java1229 public final boolean displayNotification; field in WifiBlocklistMonitor.CarrierSpecificEapFailureConfig
1231 boolean displayNotification) { in CarrierSpecificEapFailureConfig() argument
1234 this.displayNotification = displayNotification; in CarrierSpecificEapFailureConfig()
1239 return Objects.hash(threshold, durationMs, displayNotification); in hashCode()
1252 && displayNotification == lhs.displayNotification; in equals()
1260 .append(" displayNotification=").append(displayNotification) in toString()
DEapFailureNotifier.java131 if (showNotification && eapFailureConfig.displayNotification) { in onEapFailure()
DWifiGlobals.java727 + ", displayNotification=" + perFailureMap.valueAt(j).displayNotification in dump()
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java69 public void displayNotification(View notificationView, in displayNotification() method in CarHeadsUpNotificationContainer
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java188 assertTrue(config.displayNotification); in testLoadCarrierSpecificEapFailureConfigMap()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java450 mHunContainer.displayNotification(currentNotification.getNotificationView(), in showHeadsUp()