Searched refs:displayNotification (Results 1 – 8 of 8) sorted by relevance
90 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 …]
75 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()
1229 public final boolean displayNotification; field in WifiBlocklistMonitor.CarrierSpecificEapFailureConfig1231 boolean displayNotification) { in CarrierSpecificEapFailureConfig() argument1234 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()
131 if (showNotification && eapFailureConfig.displayNotification) { in onEapFailure()
727 + ", displayNotification=" + perFailureMap.valueAt(j).displayNotification in dump()
69 public void displayNotification(View notificationView, in displayNotification() method in CarHeadsUpNotificationContainer
188 assertTrue(config.displayNotification); in testLoadCarrierSpecificEapFailureConfigMap()
450 mHunContainer.displayNotification(currentNotification.getNotificationView(), in showHeadsUp()