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 | 1352 TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception { in upstreamSelectionTestCommon() 1381 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in verifyAutomaticUpstreamSelection() local 1481 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testLegacyUpstreamSelection() local 1505 @NonNull final TestNetworkAgent wifi, @NonNull final NetworkCallback currentDunCallack) in verifyWifiUpstreamAndUnregisterDunCallback() 1633 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in verifyChooseDunUpstreamByAutomaticMode() local 1693 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_defaultNetworkWifi() local 1744 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_loseDefaultNetworkWifi() local 1874 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByAutomaticMode_switchDefaultFromWifiToCell() local 1913 TestNetworkAgent wifi = new TestNetworkAgent(mCm, buildWifiUpstreamState()); in testChooseDunUpstreamByLegacyMode() local 1970 TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) in chooseDunUpstreamTestCommon() [all …]
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | PreviewActionsViewModel.kt | 409 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()
|