Searched defs:isPulledCall (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java913 * @param isPulledCall {@code true} if this connection is the result of pulling an external call
916 public void setIsPulledCall(boolean isPulledCall) { argument
917 mIsPulledCall = isPulledCall;
920 public boolean isPulledCall() { method in class:Connection
925 * For an external call which is being pulled (e.g. {@link #isPulledCall()} is {@code true}),

Completed in 275 milliseconds