Searched refs:updateCachedServiceLocked (Results 1 – 4 of 4) sorted by relevance
287 updateCachedServiceLocked(userId, disabledNow); in AbstractMasterSystemService()304 updateCachedServiceLocked(user.getUserIdentifier()); in onUserUnlocking()427 updateCachedServiceLocked(userId); in setDefaultServiceEnabled()572 protected void updateCachedServiceLocked(@UserIdInt int userId) { in updateCachedServiceLocked() method in AbstractMasterSystemService573 updateCachedServiceLocked(userId, isDisabledLocked(userId)); in updateCachedServiceLocked()592 protected S updateCachedServiceLocked(@UserIdInt int userId, boolean disabled) { in updateCachedServiceLocked() method in AbstractMasterSystemService689 updateCachedServiceLocked(userId); in onServiceNameChanged()961 updateCachedServiceLocked(userId); in startTrackingPackageChanges()995 updateCachedServiceLocked(userId); in startTrackingPackageChanges()1061 updateCachedServiceLocked(userId); in onChange()
452 updateCachedServiceLocked(userId, disabled); in setDisabledByDeviceConfig()480 updateCachedServiceLocked(userId, disabled); in setContentCaptureFeatureEnabledBySettingsForUser()
279 updateCachedServiceLocked(userId); in onSettingsChanged()
19390 PLcom/android/server/infra/AbstractMasterSystemService;->updateCachedServiceLocked(I)V19391 HSPLcom/android/server/infra/AbstractMasterSystemService;->updateCachedServiceLocked(IZ)Lcom/androi…