Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPackageConfigurationUpdaterImpl.java108 updateConfig(uid, mPackageName); in commit()
119 private void updateConfig(int uid, String packageName) { in updateConfig() method in PackageConfigurationUpdaterImpl
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp82 void updateConfig(bool bSupportsMultipleSecureCodecs, bool bSupportsSecureWithNonSecureCodec) { in updateConfig() function in android::ResourceManagerServiceTest
227 updateConfig(true, false); in testConfig()
231 updateConfig(false, true); in testConfig()
335 updateConfig(false, true); in testOverridePid()
369 updateConfig(true, true); in testMarkClientForPendingRemoval()
397 updateConfig(true, true); in testMarkClientForPendingRemoval()
423 updateConfig(true, true); in testMarkClientForPendingRemoval()
547 updateConfig(false, false); in testSelfReclaimResourceSecure()
590 updateConfig(false, true); in testReclaimResourceSecure()
615 updateConfig(false, false); in testReclaimResourceSecure()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/binder/
DKeyboardDockingIndicationViewBinder.kt85 glowEffect!!.updateConfig(config) in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffect.kt43 fun updateConfig(newConfig: GlowBoxConfig) { in updateConfig() method
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardNetworkDetailsTracker.java188 mChosenEntry.updateConfig( in conditionallyUpdateConfig()
DWifiPickerTracker.java1161 entry.updateConfig(mStandardWifiConfigCache.get(entry.getStandardWifiEntryKey()))); in updateWifiConfigurations()
1165 entry.updateConfig(mSuggestedConfigCache.get(entry.getStandardWifiEntryKey())); in updateWifiConfigurations()
1173 mNetworkRequestEntry.updateConfig( in updateWifiConfigurations()
1254 mNetworkRequestEntry.updateConfig(matchingConfigs); in conditionallyCreateConnectedNetworkRequestEntry()
DStandardWifiEntry.java162 updateConfig(configs); in StandardWifiEntry()
719 synchronized void updateConfig(@Nullable List<WifiConfiguration> wifiConfigs) in updateConfig() method in StandardWifiEntry
DSavedNetworkTracker.java462 entry.updateConfig(wifiConfigsByKey.remove(entry.getStandardWifiEntryKey())); in updateStandardWifiEntryConfigs()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java745 updateConfig(); in setBubblesAllowed()
787 updateConfig(); in setShowBadge()
1047 updateConfig(); in createNotificationChannel()
1199 updateConfig(); in updateNotificationChannel()
1958 updateConfig(); in setAppImportanceLocked()
2706 updateConfig(); in onPackagesChanged()
2765 updateConfig(); in updateMediaNotificationFilteringEnabled()
2790 updateConfig(); in updateBadgingEnabled()
2825 updateConfig(); in updateBubblesEnabled()
2859 updateConfig(); in updateLockScreenPrivateNotifications()
[all …]
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java311 entry.updateConfig(Collections.singletonList(config2)); in testUpdateConfig_mismatchedSsids_throwsException()
332 entry.updateConfig(Collections.singletonList(config2)); in testUpdateConfig_mismatchedSecurity_throwsException()
355 entry.updateConfig(Collections.singletonList(config)); in testUpdateConfig_unsavedToSaved()
375 entry.updateConfig(null); in testUpdateConfig_savedToUnsaved()
500 entry.updateConfig(Collections.singletonList(config)); in testConnect_savedNetwork_usesSavedConfig()
521 entry.updateConfig(Collections.singletonList(config)); in testConnect_savedNetwork_usesSavedConfig_withOutSim()
1591 entry.updateConfig(Collections.singletonList(saeConfig)); in testGetLevel_multipleSecurities_configAndScansMatch()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java191 updateConfig(); in StorageStatsService()
193 mContext.getMainExecutor(), properties -> updateConfig()); in StorageStatsService()
196 private void updateConfig() { in updateConfig() method in StorageStatsService
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java210 updateConfig(); in ClipboardService()
212 getContext().getMainExecutor(), properties -> updateConfig()); in ClipboardService()
277 private void updateConfig() { in updateConfig() method in ClipboardService
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java419 mVcn.updateConfig(updatedConfig); in testUpdateConfigReevaluatesGatewayConnections()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java240 public void updateConfig(@NonNull VcnConfig config) { in updateConfig() method in Vcn
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java766 vcn.updateConfig(config); in startOrUpdateVcnLocked()
/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java929 verify(vcnInstance).updateConfig(TEST_VCN_CONFIG); in testSetVcnConfigClearVcnConfigStartsUpdatesAndTearsDownVcns()
/frameworks/base/services/
Dart-wear-profile8918 PLcom/android/server/clipboard/ClipboardService;->updateConfig()V
16411 PLcom/android/server/notification/PreferencesHelper;->updateConfig()V
23981 PLcom/android/server/usage/StorageStatsService;->updateConfig()V