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

/frameworks/base/core/java/android/os/
H A DTokenWatcher.java34 * @param h A handler to call {@link #acquired} and {@link #released}
49 public abstract void acquired(); method in class:TokenWatcher
57 * Record that this token has been acquired. When acquire is called, and
58 * the current count is 0, the acquired method is called on the given
61 * @param token An IBinder object. If this token has already been acquired,
138 acquired();

Completed in 46 milliseconds