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.java94 NetworkAgentInfo nai2 = cellNai(101); in testTransitions()
105 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger()
116 NetworkAgentInfo to = cellNai(101); in testToastOnLinger()
127 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect()
141 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack()
155 NetworkAgentInfo to = cellNai(101); in testUniqueToast()
174 NetworkAgentInfo cell = cellNai(102); in testMultipleNotifications()
196 NetworkAgentInfo cell = cellNai(103); in testRateLimiting()
222 NetworkAgentInfo cell = cellNai(103); in testDailyLimiting()
245 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()