Home
last modified time | relevance | path

Searched refs:updateConfig (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTracker.java126 mChosenEntry.updateConfig(updatedConfig); in handleConfiguredNetworksChangedAction()
128 mChosenEntry.updateConfig(null); in handleConfiguredNetworksChangedAction()
200 mChosenEntry.updateConfig(updatedConfig); in conditionallyUpdateConfig()
DSavedNetworkTracker.java304 entry.updateConfig(null); in updateStandardWifiEntryConfig()
307 entry.updateConfig(config); in updateStandardWifiEntryConfig()
332 wifiEntry.updateConfig(wifiConfigsByKey.remove(key)); in updateStandardWifiEntryConfigs()
DWifiPickerTracker.java397 newEntry.updateConfig(mWifiConfigCache.get(newEntry.getKey())); in updateStandardWifiEntryScans()
448 wifiEntry.updateConfig(mSuggestedConfigCache.get(key)); in updateSuggestedWifiEntryScans()
639 updatedEntry.updateConfig(updatedConfig); in updateWifiConfiguration()
680 wifiEntry.updateConfig(config); in updateWifiConfigurations()
689 wifiEntry.updateConfig(config); in updateWifiConfigurations()
710 mNetworkRequestEntry.updateConfig(config); in updateNetworkRequestConfig()
DStandardWifiEntry.java759 void updateConfig(@Nullable WifiConfiguration wifiConfig) throws IllegalArgumentException { in updateConfig() method in StandardWifiEntry
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java155 return updateConfig(args, idx, true, deviceSerial); in cmdUpload()
160 return updateConfig(args, idx, false, deviceSerial); in cmdUpdate()
163 private static boolean updateConfig(String[] args, int idx, boolean removeOldConfig, in updateConfig() method in LocalDrive
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java597 updateConfig(); in setBubblesAllowed()
655 updateConfig(); in setShowBadge()
872 updateConfig(); in createNotificationChannel()
1001 updateConfig(); in updateNotificationChannel()
1652 updateConfig(); in setImportance()
1680 updateConfig(); in setAppImportanceLocked()
1712 updateConfig(); in setNotificationDelegate()
1728 updateConfig(); in revokeNotificationDelegate()
1745 updateConfig(); in toggleNotificationDelegate()
2231 updateConfig(); in onPackagesChanged()
[all …]
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java286 entry.updateConfig(config2); in testUpdateConfig_mismatchedSsids_throwsException()
305 entry.updateConfig(config2); in testUpdateConfig_mismatchedSecurity_throwsException()
327 entry.updateConfig(config); in testUpdateConfig_unsavedToSaved()
344 entry.updateConfig(null); in testUpdateConfig_savedToUnsaved()
397 entry.updateConfig(config); in testConnect_savedNetwork_usesSavedConfig()
/frameworks/base/services/
Dart-profile22182 HSPLcom/android/server/notification/PreferencesHelper;->updateConfig()V