Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsExternalCallState.java78 private boolean mIsPullable; field in ImsExternalCallState
94 mIsPullable = isPullable; in ImsExternalCallState()
108 mIsPullable = isPullable; in ImsExternalCallState()
133 mIsPullable = isPullable; in ImsExternalCallState()
146 mIsPullable = (in.readInt() != 0); in ImsExternalCallState()
163 out.writeInt(mIsPullable ? 1 : 0); in writeToParcel()
199 return mIsPullable; in isCallPullable()
220 ", mIsPullable = " + mIsPullable + in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java83 private boolean mIsPullable; field in ImsExternalConnection
92 mIsPullable = isPullable; in ImsExternalConnection()
230 mIsPullable = isPullable; in setIsPullable()
289 if (mIsPullable) { in rebuildCapabilities()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57381 Landroid/telephony/ims/ImsExternalCallState;->mIsPullable:Z