Searched refs:sendEmpty (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DBaseStream.java59 * @param sendEmpty <code>true</code> if the operation should send an empty
67 boolean continueOperation(boolean sendEmpty, boolean inStream) throws IOException; argument
H A DServerOperation.java322 * @param sendEmpty if <code>true</code> then this will continue the
331 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) argument
335 if (sendEmpty) {
H A DClientOperation.java685 * @param sendEmpty <code>true</code> if the operation should send an empty
691 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) argument

Completed in 129 milliseconds