Home
last modified time | relevance | path

Searched refs:mIsPullable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsExternalCallState.java45 private boolean mIsPullable; field in ImsExternalCallState
59 mIsPullable = isPullable; in ImsExternalCallState()
70 mIsPullable = (in.readInt() != 0); in ImsExternalCallState()
86 out.writeInt(mIsPullable ? 1 : 0); in writeToParcel()
115 return mIsPullable; in isCallPullable()
134 ", mIsPullable = " + mIsPullable + in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java71 private boolean mIsPullable; field in ImsExternalConnection
79 mIsPullable = isPullable; in ImsExternalConnection()
198 mIsPullable = isPullable; in setIsPullable()
234 if (mIsPullable) { in rebuildCapabilities()