Searched refs:allExceptUser (Results 1 – 1 of 1) sorted by relevance
1485 void unbindServicesImpl(int user, boolean allExceptUser) { in unbindServicesImpl() argument1490 if ((allExceptUser && (info.userid != user)) in unbindServicesImpl()1491 || (!allExceptUser && (info.userid == user))) { in unbindServicesImpl()