Searched defs:wifi (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/NetworkStack/src/com/android/networkstack/metrics/ | 
| D | DataStallDetectionStats.java | 72     public DataStallDetectionStats(@Nullable byte[] cell, @Nullable byte[] wifi,  in DataStallDetectionStats() 117     public static byte[] emptyWifiInfoIfNull(@Nullable byte[] wifi) {  in emptyWifiInfoIfNull()
  | 
| /packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ | 
| D | TetheringTest.java | 1207             TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception {  in upstreamSelectionTestCommon() 1235         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in verifyAutomaticUpstreamSelection()  local 1334         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in testLegacyUpstreamSelection()  local 1358             @NonNull final TestNetworkAgent wifi, @NonNull final NetworkCallback currentDunCallack)  in verifyWifiUpstreamAndUnregisterDunCallback() 1485         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in verifyChooseDunUpstreamByAutomaticMode()  local 1544         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in testChooseDunUpstreamByAutomaticMode_defaultNetworkWifi()  local 1594         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in testChooseDunUpstreamByAutomaticMode_loseDefaultNetworkWifi()  local 1721         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in testChooseDunUpstreamByAutomaticMode_switchDefaultFromWifiToCell()  local 1759         TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState());  in testChooseDunUpstreamByLegacyMode()  local 1816             TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun)  in chooseDunUpstreamTestCommon() [all …] 
 | 
| /packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ | 
| D | IpConnectivityMetricsTest.java | 158         final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI});  in testDefaultNetworkEvents()  local 351         final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI});  in testEndToEndLogging()  local
  | 
| D | NetworkRankerTest.kt | 84         val wifi = TestScore(score(), caps(TRANSPORT_WIFI))  in testPreferBadWifi_oneCellOneEvaluatingWifi()  constant
  | 
| /packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ | 
| D | AccessNetworkEvaluatorTest.java | 1219     private void mockCurrentQuality(int wifi, int cellular) {  in mockCurrentQuality()
  |