Searched refs:withCaller (Results 1 – 1 of 1) sorted by relevance
4481 WorkSource withCaller = new WorkSource(reqWs); in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent() local4482 withCaller.add(new WorkSource(callingUid, callingPackageName)); in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4485 if (reqWs.equals(withCaller)) { in getClientModeManagerIfSecondaryCmmRequestedByCallerPresent()4568 WorkSource withCaller = new WorkSource(reqWs); in isCurrentRequestWsContainsCaller() local4569 withCaller.add(new WorkSource(uid, callingPackage)); in isCurrentRequestWsContainsCaller()4570 if (reqWs.equals(withCaller)) { in isCurrentRequestWsContainsCaller()