Searched defs:wifi (Results 1 – 6 of 6) 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/tests/unit/java/com/android/server/connectivity/ |
| D | IpConnectivityMetricsTest.java | 154 final long wifi = BitUtils.packBits(new int[]{NetworkCapabilities.TRANSPORT_WIFI}); in testDefaultNetworkEvents() local 347 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/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
| D | TetheringTest.java | 1226 TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception { in upstreamSelectionTestCommon() 1255 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in verifyAutomaticUpstreamSelection() local 1355 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testLegacyUpstreamSelection() local 1379 @NonNull final TestNetworkAgent wifi, @NonNull final NetworkCallback currentDunCallack) in verifyWifiUpstreamAndUnregisterDunCallback() 1507 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in verifyChooseDunUpstreamByAutomaticMode() local 1567 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_defaultNetworkWifi() local 1618 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_loseDefaultNetworkWifi() local 1748 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_switchDefaultFromWifiToCell() local 1787 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByLegacyMode() local 1844 TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) in chooseDunUpstreamTestCommon() [all …]
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
| D | PreviewActionsViewModel.kt | 383 val wifi = connMgr.getNetworkInfo(ConnectivityManager.TYPE_WIFI) in <lambda>() 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()
|