Home
last modified time | relevance | path

Searched refs:operationComplete (Results 1 – 1 of 1) sorted by relevance

/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRegistrationProxy.java240 final AtomicBoolean operationComplete = new AtomicBoolean(false); in getKeyAsync() local
245 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()
259 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()
268 if (operationComplete.compareAndSet(false, true)) { in getKeyAsync()
278 if (operationComplete.get()) { in getKeyAsync()