Home
last modified time | relevance | path

Searched defs:wifiEntry (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt191 val wifiEntry = in isWifiDefault_wifiNetwork_isTrue() constant
219 val wifiEntry = in isWifiDefault_wifiNetworkNotDefault_isFalse() constant
248 val wifiEntry = in isWifiDefault_noWifiNetwork_isFalse() constant
276 val wifiEntry = in wifiNetwork_primaryWifiNetworkAdded_flowHasNetwork() constant
296 val wifiEntry = in accessPointInfo_alwaysFalse() constant
317 val wifiEntry = in wifiNetwork_unreachableLevel_inactiveNetwork() constant
333 val wifiEntry = in wifiNetwork_levelTooHigh_inactiveNetwork() constant
349 val wifiEntry = in wifiNetwork_levelTooLow_inactiveNetwork() constant
365 val wifiEntry = in wifiNetwork_levelIsMax_activeNetworkWithMaxLevel() constant
382 val wifiEntry = in wifiNetwork_levelIsMin_activeNetworkWithMinLevel() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetAdapter.java160 void onBind(@NonNull WifiEntry wifiEntry) { in onBind()
179 boolean shouldEnabled(@NonNull WifiEntry wifiEntry) { in shouldEnabled()
190 void onWifiClick(@NonNull WifiEntry wifiEntry, @NonNull View view) { in onWifiClick()
208 void wifiConnect(@NonNull WifiEntry wifiEntry, @NonNull View view) { in wifiConnect()
241 Drawable getWifiDrawable(@NonNull WifiEntry wifiEntry) { in getWifiDrawable()
DInternetDialogController.java462 Drawable getInternetWifiDrawable(@NonNull WifiEntry wifiEntry) { in getInternetWifiDrawable()
477 Drawable getWifiDrawable(@NonNull WifiEntry wifiEntry) { in getWifiDrawable()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTrackerTest.java191 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testScanResultsAvailableAction_updates_getLevel() local
230 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testConfiguredNetworksChangedAction_updates_isSaved() local
271 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testWifiStateChanged_disabled_clearsLevel() local
302 WifiEntry wifiEntry = tracker.getWifiEntry(); in testSecurityTargeting_pskScansWithSaeConfig_correspondsToNewNetworkTargeting() local
DWifiPickerTrackerTest.java1617 WifiEntry wifiEntry = wifiPickerTracker.getWifiEntries().get(0); in testGetWifiEntries_userSharedSuggestionConfigAdded_returnsSuggestion() local
1657 WifiEntry wifiEntry = wifiPickerTracker.getWifiEntries().get(0); in testGetWifiEntries_nonSharedSuggestionConfigAdded_returnsNotSuggestion() local
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java498 @NonNull WifiEntry wifiEntry) { in getAutoConnectDescription()
507 static String getMeteredDescription(@NonNull Context context, @Nullable WifiEntry wifiEntry) { in getMeteredDescription()
527 static String getVerboseSummary(@NonNull WifiEntry wifiEntry) { in getVerboseSummary()
DSavedNetworkTracker.java487 final PasspointWifiEntry wifiEntry = entry.getValue(); in updatePasspointWifiEntryConfigs() local
DWifiPickerTracker.java1189 final PasspointWifiEntry wifiEntry = entry.getValue(); in updatePasspointConfigurations() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt1407 val wifiEntry = in <lambda>() constant