Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java635 updateConfig(); in setBubblesAllowed()
693 updateConfig(); in setShowBadge()
911 updateConfig(); in createNotificationChannel()
1057 updateConfig(); in updateNotificationChannel()
1748 updateConfig(); in setImportance()
1776 updateConfig(); in setAppImportanceLocked()
1808 updateConfig(); in setNotificationDelegate()
1824 updateConfig(); in revokeNotificationDelegate()
1841 updateConfig(); in toggleNotificationDelegate()
2329 updateConfig(); in onPackagesChanged()
[all …]
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTracker.java166 mChosenEntry.updateConfig( in conditionallyUpdateConfig()
DWifiPickerTracker.java726 entry.updateConfig(mStandardWifiConfigCache.get(entry.getStandardWifiEntryKey()))); in updateWifiConfigurations()
730 entry.updateConfig(mSuggestedConfigCache.get(entry.getStandardWifiEntryKey())); in updateWifiConfigurations()
736 mNetworkRequestEntry.updateConfig( in updateWifiConfigurations()
823 mNetworkRequestEntry.updateConfig(matchingConfigs); in updateNetworkRequestEntryConnectionInfo()
DSavedNetworkTracker.java281 entry.updateConfig(wifiConfigsByKey.remove(entry.getStandardWifiEntryKey())); in updateStandardWifiEntryConfigs()
DStandardWifiEntry.java153 updateConfig(configs); in StandardWifiEntry()
718 synchronized void updateConfig(@Nullable List<WifiConfiguration> wifiConfigs) in updateConfig() method in StandardWifiEntry
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java296 entry.updateConfig(Collections.singletonList(config2)); in testUpdateConfig_mismatchedSsids_throwsException()
316 entry.updateConfig(Collections.singletonList(config2)); in testUpdateConfig_mismatchedSecurity_throwsException()
338 entry.updateConfig(Collections.singletonList(config)); in testUpdateConfig_unsavedToSaved()
356 entry.updateConfig(null); in testUpdateConfig_savedToUnsaved()
411 entry.updateConfig(Collections.singletonList(config)); in testConnect_savedNetwork_usesSavedConfig()
431 entry.updateConfig(Collections.singletonList(config)); in testConnect_savedNetwork_usesSavedConfig_withOutSim()
1244 entry.updateConfig(Collections.singletonList(saeConfig)); in testGetLevel_multipleSecurities_configAndScansMatch()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java159 updateConfig(); in ClipboardService()
161 getContext().getMainExecutor(), properties -> updateConfig()); in ClipboardService()
180 private void updateConfig() { in updateConfig() method in ClipboardService
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java393 mVcn.updateConfig(updatedConfig); in testUpdateConfigReevaluatesGatewayConnections()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java229 public void updateConfig(@NonNull VcnConfig config) { in updateConfig() method in Vcn
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java621 vcn.updateConfig(config); in startOrUpdateVcnLocked()
/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java824 verify(vcnInstance).updateConfig(TEST_VCN_CONFIG); in testSetVcnConfigClearVcnConfigStartsUpdatesAndTearsDownVcns()
/frameworks/base/services/
Dart-profile14826 HSPLcom/android/server/clipboard/ClipboardService;->updateConfig()V
27455 HSPLcom/android/server/notification/PreferencesHelper;->updateConfig()V+]Lcom/android/server/notifi…
42271 PLcom/android/server/vcn/Vcn;->updateConfig(Landroid/net/vcn/VcnConfig;)V