Searched defs:wifi (Results 1 – 4 of 4) sorted by relevance
72 public DataStallDetectionStats(@Nullable byte[] cell, @Nullable byte[] wifi, in DataStallDetectionStats()117 public static byte[] emptyWifiInfoIfNull(@Nullable byte[] wifi) { in emptyWifiInfoIfNull()
157 final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI}); in testDefaultNetworkEvents() local350 final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI}); in testEndToEndLogging() local
1117 TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception { in upstreamSelectionTestCommon()1146 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testAutomaticUpstreamSelection() local1231 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testLegacyUpstreamSelection() local1258 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode() local1293 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByLegacyMode() local1332 TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) throws Exception { in chooseDunUpstreamTestCommon()
6900 final Network wifi = mWiFiNetworkAgent.getNetwork(); in testApplyUnderlyingCapabilities() local