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

/frameworks/base/core/java/android/os/
H A DTokenWatcher.java36 * @param h A handler to call {@link #acquired} and {@link #released}
51 public abstract void acquired(); method in class:TokenWatcher
59 * Record that this token has been acquired. When acquire is called, and
60 * the current count is 0, the acquired method is called on the given
63 * @param token An IBinder object. If this token has already been acquired,
156 acquired();
/frameworks/base/services/java/com/android/server/wm/
H A DKeyguardDisableHandler.java86 public void acquired() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
/frameworks/base/services/java/com/android/server/
H A DUpdateLockService.java51 public void acquired() { method in class:UpdateLockService.LockWatcher
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java95 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
158 // acquire the lock. if the result is null, lock was just acquired, otherwise, return
173 * This returns null if the lock was just acquired, otherwise it returns
187 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS);
189 if (acquired == false) {
302 throw new IllegalStateException("scene must be acquired first. see #acquire(long)");
305 throw new IllegalStateException("Thread acquired a scene but is rendering a different one");

Completed in 111 milliseconds