Home
last modified time | relevance | path

Searched refs:userToRebind (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1371 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument
1372 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()
1374 boolean rebindAllCurrentUsers = mUserProfiles.isProfileUser(userToRebind) in rebindServices()
1376 if (userToRebind != USER_ALL && !rebindAllCurrentUsers) { in rebindServices()
1378 userIds.add(userToRebind); in rebindServices()