Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java93 NetworkAgentInfo nai2 = cellNai(101); in testTransitions()
104 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger()
115 NetworkAgentInfo to = cellNai(101); in testToastOnLinger()
126 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect()
140 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack()
154 NetworkAgentInfo to = cellNai(101); in testUniqueToast()
173 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications()
195 NetworkAgentInfo cell = cellNai(103); in testRateLimiting()
221 NetworkAgentInfo cell = cellNai(103); in testDailyLimiting()
244 NetworkAgentInfo to = cellNai(101); in testUniqueNotification()
[all …]
DIpConnectivityMetricsTest.java332 NetworkAgentInfo cellNai = makeNai(100, 50, false, true, cell); in testEndToEndLogging() local
334 mService.mDefaultNetworkMetrics.logDefaultNetworkEvent(timeMs + 200, cellNai, null); in testEndToEndLogging()
335 mService.mDefaultNetworkMetrics.logDefaultNetworkEvent(timeMs + 300, wifiNai, cellNai); in testEndToEndLogging()