Searched refs:userToRebind (Results 1 – 1 of 1) sorted by relevance
1435 protected void rebindServices(boolean forceRebind, int userToRebind) { in rebindServices() argument1436 if (DEBUG) Slog.d(TAG, "rebindServices " + forceRebind + " " + userToRebind); in rebindServices()1438 boolean rebindAllCurrentUsers = mUserProfiles.isProfileUser(userToRebind, mContext) in rebindServices()1440 if (userToRebind != USER_ALL && !rebindAllCurrentUsers) { in rebindServices()1442 userIds.add(userToRebind); in rebindServices()