Searched refs:otherSession (Results 1 – 2 of 2) sorted by relevance
271 ImsCallSessionImplBase otherSession = new ImsCallSessionImplBase();272 otherSession.setServiceImpl(transferToSession);273 ImsCallSessionImplBase.this.transfer(otherSession);584 public void transfer(@NonNull ImsCallSessionImplBase otherSession) { in transfer() argument
94 public int compareTo(Session otherSession) { in compareTo() argument96 return Integer.compare(otherSession.mPriority, mPriority); in compareTo()