Searched refs:mIsPullable (Results 1 – 3 of 3) sorted by relevance
82 private boolean mIsPullable; field in ImsExternalCallState98 mIsPullable = isPullable; in ImsExternalCallState()112 mIsPullable = isPullable; in ImsExternalCallState()137 mIsPullable = isPullable; in ImsExternalCallState()150 mIsPullable = (in.readInt() != 0); in ImsExternalCallState()167 out.writeInt(mIsPullable ? 1 : 0); in writeToParcel()203 return mIsPullable; in isCallPullable()224 ", mIsPullable = " + mIsPullable + in toString()
82 private boolean mIsPullable; field in ImsExternalConnection91 mIsPullable = isPullable; in ImsExternalConnection()229 mIsPullable = isPullable; in setIsPullable()288 if (mIsPullable) { in rebuildCapabilities()
68081 Landroid/telephony/ims/ImsExternalCallState;->mIsPullable:Z