Searched refs:isWpsCall (Results 1 – 4 of 4) sorted by relevance
261 ImsPhoneCall parent, boolean isEmergency, boolean isWpsCall, in ImsPhoneConnection() argument299 mIsWpsCall = isWpsCall; in ImsPhoneConnection()1587 protected boolean isWpsCall() { in isWpsCall() method in ImsPhoneConnection1816 } else if (isWpsCall()) { in getCallPriority()
211 .setIsWpsCall(((ImsDialArgs)dialArgs).isWpsCall); in from()237 public ImsDialArgs.Builder setIsWpsCall(boolean isWpsCall) { in setIsWpsCall() argument238 this.mIsWpsCall = isWpsCall; in setIsWpsCall()257 public final boolean isWpsCall; field in ImsPhone.ImsDialArgs264 this.isWpsCall = b.mIsWpsCall; in ImsDialArgs()
1721 boolean isWpsCall = dialArgs.isWpsCall; in dial()1763 isEmergencyNumber, isWpsCall, dialArgs); in dial()
1503 boolean isWpsCall = PhoneNumberUtils.isWpsCallNumber(dialString); in dial()1508 .setIsWpsCall(isWpsCall); in dial()1523 && (isWpsCall ? allowWpsOverIms : true); in dial()1565 + ", isWpsCall=" + isWpsCall in dial()1589 if (imsPhone != null && !allowWpsOverIms && !useImsForCall && isWpsCall in dial()