Home
last modified time | relevance | path

Searched refs:isWpsCall (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java261 ImsPhoneCall parent, boolean isEmergency, boolean isWpsCall, in ImsPhoneConnection() argument
299 mIsWpsCall = isWpsCall; in ImsPhoneConnection()
1587 protected boolean isWpsCall() { in isWpsCall() method in ImsPhoneConnection
1816 } else if (isWpsCall()) { in getCallPriority()
DImsPhone.java211 .setIsWpsCall(((ImsDialArgs)dialArgs).isWpsCall); in from()
237 public ImsDialArgs.Builder setIsWpsCall(boolean isWpsCall) { in setIsWpsCall() argument
238 this.mIsWpsCall = isWpsCall; in setIsWpsCall()
257 public final boolean isWpsCall; field in ImsPhone.ImsDialArgs
264 this.isWpsCall = b.mIsWpsCall; in ImsDialArgs()
DImsPhoneCallTracker.java1721 boolean isWpsCall = dialArgs.isWpsCall; in dial()
1763 isEmergencyNumber, isWpsCall, dialArgs); in dial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1503 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()