Searched refs:mIsPullable (Results 1 – 2 of 2) sorted by relevance
48 private boolean mIsPullable; field in ImsExternalCallState64 mIsPullable = isPullable; in ImsExternalCallState()76 mIsPullable = (in.readInt() != 0); in ImsExternalCallState()92 out.writeInt(mIsPullable ? 1 : 0); in writeToParcel()121 return mIsPullable; in isCallPullable()140 ", mIsPullable = " + mIsPullable + in toString()
82 private boolean mIsPullable; field in ImsExternalConnection91 mIsPullable = isPullable; in ImsExternalConnection()216 mIsPullable = isPullable; in setIsPullable()274 if (mIsPullable) { in rebuildCapabilities()