Searched refs:updateCachedServiceLocked (Results 1 – 4 of 4) sorted by relevance
250 updateCachedServiceLocked(userId, disabledNow); in AbstractMasterSystemService()267 updateCachedServiceLocked(userId); in onUnlockUser()384 updateCachedServiceLocked(userId); in setDefaultServiceEnabled()525 protected void updateCachedServiceLocked(@UserIdInt int userId) { in updateCachedServiceLocked() method in AbstractMasterSystemService526 updateCachedServiceLocked(userId, isDisabledLocked(userId)); in updateCachedServiceLocked()545 protected S updateCachedServiceLocked(@UserIdInt int userId, boolean disabled) { in updateCachedServiceLocked() method in AbstractMasterSystemService628 updateCachedServiceLocked(userId); in onServiceNameChanged()885 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…