Searched defs: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 DClientOperation.java581 * @param sendEmpty <code>true</code> if the operation should send an empty
587 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) argument
H A DServerOperation.java240 * @param sendEmpty if <code>true</code> then this will continue the
249 public synchronized boolean continueOperation(boolean sendEmpty, boolean inStream) argument
253 if (sendEmpty) {

Completed in 73 milliseconds