Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DLingerMonitorTest.java108 NetworkAgentInfo nai2 = cellNai(101); in testTransitions()
119 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger()
130 NetworkAgentInfo to = cellNai(101); in testToastOnLinger()
141 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect()
155 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack()
169 NetworkAgentInfo to = cellNai(101); in testUniqueToast()
259 NetworkAgentInfo to = cellNai(101); in testUniqueNotification()
276 NetworkAgentInfo to = cellNai(101); in testIgnoreNeverValidatedNetworks()
288 NetworkAgentInfo to = cellNai(101); in testIgnoreCurrentlyValidatedNetworks()
300 NetworkAgentInfo to = cellNai(101); in testNoNotificationType()
[all …]
H A DIpConnectivityMetricsTest.java351 NetworkAgentInfo cellNai = makeNai(100, 50, false, true, cell); in testEndToEndLogging() local
353 logDefaultNetworkEvent(timeMs + 200L, cellNai, null); in testEndToEndLogging()
354 logDefaultNetworkEvent(timeMs + 300L, wifiNai, cellNai); in testEndToEndLogging()