Searched refs:isPullable (Results 1 – 2 of 2) sorted by relevance
86 protected ImsExternalConnection(Phone phone, int callId, Uri address, boolean isPullable) { in ImsExternalConnection() argument93 mIsPullable = isPullable; in ImsExternalConnection()211 public void setIsPullable(boolean isPullable) { in setIsPullable() argument212 mIsPullable = isPullable; in setIsPullable()
56 public ImsExternalCallState(int callId, Uri address, boolean isPullable, int callState, in ImsExternalCallState() argument60 mIsPullable = isPullable; in ImsExternalCallState()