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.java88 NetworkAgentInfo nai2 = cellNai(101); in testTransitions()
99 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger()
110 NetworkAgentInfo to = cellNai(101); in testToastOnLinger()
121 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect()
135 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack()
149 NetworkAgentInfo to = cellNai(101); in testUniqueToast()
168 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications()
190 NetworkAgentInfo cell = cellNai(103); in testRateLimiting()
216 NetworkAgentInfo cell = cellNai(103); in testDailyLimiting()
239 NetworkAgentInfo to = cellNai(101); in testUniqueNotification()
[all …]
DIpConnectivityMetricsTest.java376 NetworkAgentInfo cellNai = makeNai(100, 50, false, true, cell); in testEndToEndLogging() local
378 mService.mDefaultNetworkMetrics.logDefaultNetworkEvent(timeMs + 200, cellNai, null); in testEndToEndLogging()
379 mService.mDefaultNetworkMetrics.logDefaultNetworkEvent(timeMs + 300, wifiNai, cellNai); in testEndToEndLogging()