Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java394 doTestNotifyNotificationAsDialogWhenHighPriority(false /* notifyAsDialog */, in testNotifyNoInternet_asNotification_ActivelyPrefer()
400 doTestNotifyNotificationAsDialogWhenHighPriority(false /* notifyAsDialog */, in testNotifyNoInternet_asNotification_NotActivelyPrefer()
406 doTestNotifyNotificationAsDialogWhenHighPriority(true /* notifyAsDialog */, in testNotifyNoInternet_asDialog_ActivelyPrefer()
412 doTestNotifyNotificationAsDialogWhenHighPriority(true /* notifyAsDialog */, in testNotifyNoInternet_asDialog_NotActivelyPrefer()
418 doTestNotifyNotificationAsDialogWhenHighPriority(false /* notifyAsDialog */, in testNotifyLostInternet_asNotification_ActivelyPrefer()
424 doTestNotifyNotificationAsDialogWhenHighPriority(false /* notifyAsDialog */, in testNotifyLostInternet_asNotification_NotActivelyPrefer()
430 doTestNotifyNotificationAsDialogWhenHighPriority(true /* notifyAsDialog */, in testNotifyLostInternet_asDialog_ActivelyPrefer()
437 doTestNotifyNotificationAsDialogWhenHighPriority(true /* notifyAsDialog */, in testNotifyLostInternet_asDialog_NotActivelyPrefer()
443 public void doTestNotifyNotificationAsDialogWhenHighPriority( in doTestNotifyNotificationAsDialogWhenHighPriority() method in NetworkNotificationManagerTest