Searched refs:forceNotify (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 1454 boolean makeDefault, int requestingUserId, boolean forceNotify) { in updateGlobalSetting() argument 1458 + ", " + forceNotify + ")"); in updateGlobalSetting() 1461 MUTATION_OPERATION_UPDATE, forceNotify, 0); in updateGlobalSetting() 1465 boolean makeDefault, int requestingUserId, boolean forceNotify, in insertGlobalSetting() argument 1470 + ", " + forceNotify + ")"); in insertGlobalSetting() 1473 MUTATION_OPERATION_INSERT, forceNotify, 0, overrideableByRestore); in insertGlobalSetting() 1476 private boolean deleteGlobalSetting(String name, int requestingUserId, boolean forceNotify) { in deleteGlobalSetting() argument 1479 + ", " + forceNotify + ")"); in deleteGlobalSetting() 1482 MUTATION_OPERATION_DELETE, forceNotify, 0); in deleteGlobalSetting() 1506 boolean makeDefault, int requestingUserId, int operation, boolean forceNotify, in mutateGlobalSetting() argument [all …]
|