Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DLingerMonitorTest.java128 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testToastOnLinger()
167 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testUniqueToast()
273 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testIgnoreNeverValidatedNetworks()
285 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testIgnoreCurrentlyValidatedNetworks()
297 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testNoNotificationType()
319 setNotificationType(LingerMonitor.NOTIFY_TYPE_TOAST); in testDifferentTransitionToNotify()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DLingerMonitor.java71 public static final int NOTIFY_TYPE_TOAST = 2; field in LingerMonitor
186 notifyType = NOTIFY_TYPE_TOAST; in notify()
199 case NOTIFY_TYPE_TOAST: in notify()