Searched refs:mIsPullable (Results 1 – 3 of 3) sorted by relevance
78 private boolean mIsPullable; field in ImsExternalCallState94 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()
83 private boolean mIsPullable; field in ImsExternalConnection92 mIsPullable = isPullable; in ImsExternalConnection()230 mIsPullable = isPullable; in setIsPullable()289 if (mIsPullable) { in rebuildCapabilities()
57381 Landroid/telephony/ims/ImsExternalCallState;->mIsPullable:Z