Searched refs:forceNotify (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 1219 boolean makeDefault, int requestingUserId, boolean forceNotify) { in updateGlobalSetting() argument 1223 + ", " + forceNotify + ")"); in updateGlobalSetting() 1226 MUTATION_OPERATION_UPDATE, forceNotify, 0); in updateGlobalSetting() 1230 boolean makeDefault, int requestingUserId, boolean forceNotify, in insertGlobalSetting() argument 1235 + ", " + forceNotify + ")"); in insertGlobalSetting() 1238 MUTATION_OPERATION_INSERT, forceNotify, 0, overrideableByRestore); in insertGlobalSetting() 1241 private boolean deleteGlobalSetting(String name, int requestingUserId, boolean forceNotify) { in deleteGlobalSetting() argument 1244 + ", " + forceNotify + ")"); in deleteGlobalSetting() 1247 MUTATION_OPERATION_DELETE, forceNotify, 0); in deleteGlobalSetting() 1271 boolean makeDefault, int requestingUserId, int operation, boolean forceNotify, in mutateGlobalSetting() argument [all …]
|