Searched refs:rebindServices (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 322 if (changed) rebindServices(false, USER_ALL); in resetComponents() 498 rebindServices(false, userId); in onSettingRestored() 735 rebindServices(false, USER_ALL); in readXml() 873 rebindServices(false, userId); in setPackageOrComponentEnabled() 1033 rebindServices(false, USER_ALL); in onPackagesChanged() 1052 rebindServices(true, user); in onUserSwitched() 1057 rebindServices(false, user); in onUserUnlocked() 1435 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() method in ManagedServices
|
D | NotificationManagerService.java | 10937 rebindServices(true, user);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 1923 service.rebindServices(true, 0); in rebindServices_onlyBindsIfAutobindMetaDataTrue() 1968 service.rebindServices(false, 0); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound() 2020 mService.rebindServices(false, 0); in isComponentEnabledForCurrentProfiles_isThreadSafe() 2034 mService.rebindServices(false, profileUserId); in isComponentEnabledForCurrentProfiles_profileUserId() 2051 service.rebindServices(false, profileUserId); in isComponentEnabledForCurrentProfiles_profileUserId_NAS()
|
/frameworks/base/services/ |
D | art-wear-profile | 15701 HPLcom/android/server/notification/ManagedServices;->rebindServices(ZI)V
|