Searched refs:reqWs (Results 1 – 1 of 1) sorted by relevance
4476 WorkSource reqWs = new WorkSource(cmm.getRequestorWs()); in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent() local4477 if (reqWs.size() > 1 && cmm.getRole() == roleSecondaryLocalOnly) { in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4479 reqWs.remove(mFrameworkFacade.getSettingsWorkSource(mContext)); in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4481 WorkSource withCaller = new WorkSource(reqWs); in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4485 if (reqWs.equals(withCaller)) { in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4563 WorkSource reqWs = new WorkSource(ws); in isCurrentRequestWsContainsCaller() local4564 if (reqWs.size() > 1) { in isCurrentRequestWsContainsCaller()4566 reqWs.remove(mFrameworkFacade.getSettingsWorkSource(mContext)); in isCurrentRequestWsContainsCaller()4568 WorkSource withCaller = new WorkSource(reqWs); in isCurrentRequestWsContainsCaller()4570 if (reqWs.equals(withCaller)) { in isCurrentRequestWsContainsCaller()