Searched refs:mIsPullable (Results 1 – 2 of 2) sorted by relevance
80 private boolean mIsPullable; field in ImsExternalCallState96 mIsPullable = isPullable; in ImsExternalCallState()110 mIsPullable = isPullable; in ImsExternalCallState()135 mIsPullable = isPullable; in ImsExternalCallState()148 mIsPullable = (in.readInt() != 0); in ImsExternalCallState()165 out.writeInt(mIsPullable ? 1 : 0); in writeToParcel()201 return mIsPullable; in isCallPullable()221 ", mIsPullable = " + mIsPullable + in toString()
83 private boolean mIsPullable; field in ImsExternalConnection92 mIsPullable = isPullable; in ImsExternalConnection()218 mIsPullable = isPullable; in setIsPullable()277 if (mIsPullable) { in rebuildCapabilities()