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

/frameworks/base/obex/javax/obex/
H A DOperation.java42 * The <code>Operation</code> interface provides ways to manipulate a single
71 * Operation op = conn.put(head);
87 * Operation op = conn.get(head);
102 * <H3>Client PUT Operation Flow</H3> For PUT operations, a call to
110 * <H3>Client GET Operation Flow</H3> For GET operation, a call to
118 public interface Operation { interface
134 * @return the headers received during this <code>Operation</code>
135 * @throws IOException if this <code>Operation</code> has been closed
143 * @throws IOException if this <code>Operation</code> has been closed or the
/frameworks/base/tools/preload/
H A DOperation.java24 class Operation implements Serializable { class in inherits:Serializable
54 final List<Operation> subops = new ArrayList<Operation>();
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, method in class:Operation
85 for (Operation child : subops) {

Completed in 1049 milliseconds