Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryViaTrackerLibTest.kt191 val wifiEntry = in isWifiDefault_wifiNetwork_isTrue() constant
204 val wifiEntry = in isWifiDefault_carrierMerged_isTrue() constant
219 val wifiEntry = in isWifiDefault_wifiNetworkNotDefault_isFalse() constant
232 val wifiEntry = in isWifiDefault_carrierMergedNotDefault_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
[all …]
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTrackerTest.java158 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testScanResultsAvailableAction_updates_getLevel() local
197 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testConfiguredNetworksChangedAction_updates_isSaved() local
238 final WifiEntry wifiEntry = tracker.getWifiEntry(); in testWifiStateChanged_disabled_clearsLevel() local
269 WifiEntry wifiEntry = tracker.getWifiEntry(); in testSecurityTargeting_pskScansWithSaeConfig_correspondsToNewNetworkTargeting() local
DWifiPickerTrackerTest.java1393 WifiEntry wifiEntry = wifiPickerTracker.getWifiEntries().get(0); in testGetWifiEntries_userSharedSuggestionConfigAdded_returnsSuggestion() local
1433 WifiEntry wifiEntry = wifiPickerTracker.getWifiEntries().get(0); in testGetWifiEntries_nonSharedSuggestionConfigAdded_returnsNotSuggestion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetAdapter.java148 void onBind(@NonNull WifiEntry wifiEntry) { in onBind()
167 boolean shouldEnabled(@NonNull WifiEntry wifiEntry) { in shouldEnabled()
178 void onWifiClick(@NonNull WifiEntry wifiEntry, @NonNull View view) { in onWifiClick()
211 Drawable getWifiDrawable(@NonNull WifiEntry wifiEntry) { in getWifiDrawable()
DInternetDialogController.java458 Drawable getInternetWifiDrawable(@NonNull WifiEntry wifiEntry) { in getInternetWifiDrawable()
473 Drawable getWifiDrawable(@NonNull WifiEntry wifiEntry) { in getWifiDrawable()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java496 @NonNull WifiEntry wifiEntry) { in getAutoConnectDescription()
505 static String getMeteredDescription(@NonNull Context context, @Nullable WifiEntry wifiEntry) { in getMeteredDescription()
525 static String getVerboseLoggingDescription(@NonNull WifiEntry wifiEntry) { in getVerboseLoggingDescription()
DSavedNetworkTracker.java489 final PasspointWifiEntry wifiEntry = entry.getValue(); in updatePasspointWifiEntryConfigs() local
DWifiPickerTracker.java1165 final PasspointWifiEntry wifiEntry = entry.getValue(); in updatePasspointConfigurations() local