Searched refs:isPullable (Results 1 – 2 of 2) sorted by relevance
84 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { in ImsExternalConnection() argument91 mIsPullable = isPullable; in ImsExternalConnection()215 public void setIsPullable(boolean isPullable) { in setIsPullable() argument216 mIsPullable = isPullable; in setIsPullable()
60 public ImsExternalCallState(int callId, Uri address, boolean isPullable, int callState, in ImsExternalCallState() argument64 mIsPullable = isPullable; in ImsExternalCallState()