Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java132 return updateConfig(args, true); in cmdUpload()
137 return updateConfig(args, false); in cmdUpdate()
140 private static boolean updateConfig(String[] args, boolean removeOldConfig) { in updateConfig() method in LocalDrive
/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp68 void ShellSubscriber::updateConfig(const ShellSubscription& config) { in updateConfig() function in android::os::statsd::ShellSubscriber
176 updateConfig(config); in readConfig()
DShellSubscriber.h86 void updateConfig(const ShellSubscription& config);
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java492 updateConfig(); in setBubblesAllowed()
550 updateConfig(); in setShowBadge()
689 updateConfig(); in createNotificationChannel()
797 updateConfig(); in updateNotificationChannel()
1281 updateConfig(); in setImportance()
1308 updateConfig(); in setAppImportanceLocked()
1340 updateConfig(); in setNotificationDelegate()
1356 updateConfig(); in revokeNotificationDelegate()
1373 updateConfig(); in toggleNotificationDelegate()
1770 updateConfig(); in onPackagesChanged()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java210 boolean updateConfig = false; in updateMccMncConfiguration()
214 updateConfig = true; in updateMccMncConfiguration()
217 if (updateConfig) { in updateMccMncConfiguration()