Searched refs:updateCachedServiceLocked (Results 1 – 4 of 4) sorted by relevance
281 updateCachedServiceLocked(userId, disabledNow); in AbstractMasterSystemService()298 updateCachedServiceLocked(userId); in onUnlockUser()415 updateCachedServiceLocked(userId); in setDefaultServiceEnabled()556 protected void updateCachedServiceLocked(@UserIdInt int userId) { in updateCachedServiceLocked() method in AbstractMasterSystemService557 updateCachedServiceLocked(userId, isDisabledLocked(userId)); in updateCachedServiceLocked()576 protected S updateCachedServiceLocked(@UserIdInt int userId, boolean disabled) { in updateCachedServiceLocked() method in AbstractMasterSystemService673 updateCachedServiceLocked(userId); in onServiceNameChanged()979 updateCachedServiceLocked(userId); in onChange()
365 updateCachedServiceLocked(userId, disabled); in setDisabledByDeviceConfig()393 updateCachedServiceLocked(userId, disabled); in setContentCaptureFeatureEnabledBySettingsForUser()
269 updateCachedServiceLocked(userId); in onSettingsChanged()
7136 HSPLcom/android/server/infra/AbstractMasterSystemService;->updateCachedServiceLocked(I)V7137 HSPLcom/android/server/infra/AbstractMasterSystemService;->updateCachedServiceLocked(IZ)Lcom/androi…