Searched refs:userToRebind (Results 1 – 1 of 1) sorted by relevance
1192 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument1193 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()1195 if (userToRebind != USER_ALL) { in rebindServices()1197 userIds.add(userToRebind); in rebindServices()