Searched refs:mIsPullable (Results 1 – 2 of 2) sorted by relevance
45 private boolean mIsPullable; field in ImsExternalCallState59 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()
71 private boolean mIsPullable; field in ImsExternalConnection79 mIsPullable = isPullable; in ImsExternalConnection()198 mIsPullable = isPullable; in setIsPullable()234 if (mIsPullable) { in rebuildCapabilities()