Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1003 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument
1004 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()
1006 if (userToRebind != USER_ALL) { in rebindServices()
1008 userIds.add(userToRebind); in rebindServices()