Searched refs:mOngoingRequest (Results 1 – 1 of 1) sorted by relevance
71 private AtomicBoolean mOngoingRequest = new AtomicBoolean(false); field in RemoteCredentialService126 mOngoingRequest.set(false); in binderDied()154 mOngoingRequest.set(true); in onBeginGetCredential()217 mOngoingRequest.set(true); in onBeginCreateCredential()280 mOngoingRequest.set(true); in onClearCredentialState()341 if (!mOngoingRequest.get()) { in handleExecutionResponse()346 mOngoingRequest.set(false); in handleExecutionResponse()352 if (!mOngoingRequest.get()) { in handleExecutionResponse()357 mOngoingRequest.set(false); in handleExecutionResponse()