Home
last modified time | relevance | path

Searched defs:wifi (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallDetectionStats.java72 public DataStallDetectionStats(@Nullable byte[] cell, @Nullable byte[] wifi, in DataStallDetectionStats()
117 public static byte[] emptyWifiInfoIfNull(@Nullable byte[] wifi) { in emptyWifiInfoIfNull()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DIpConnectivityMetricsTest.java157 final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI}); in testDefaultNetworkEvents() local
350 final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI}); in testEndToEndLogging() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1117 TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception { in upstreamSelectionTestCommon()
1146 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testAutomaticUpstreamSelection() local
1231 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testLegacyUpstreamSelection() local
1258 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode() local
1293 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByLegacyMode() local
1332 TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) throws Exception { in chooseDunUpstreamTestCommon()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java6900 final Network wifi = mWiFiNetworkAgent.getNetwork(); in testApplyUnderlyingCapabilities() local