Searched refs:mOngoingRequest (Results 1 – 1 of 1) sorted by relevance
70 private AtomicBoolean mOngoingRequest = new AtomicBoolean(false); field in RemoteCredentialService125 mOngoingRequest.set(false); in binderDied()153 mOngoingRequest.set(true); in onBeginGetCredential()216 mOngoingRequest.set(true); in onBeginCreateCredential()279 mOngoingRequest.set(true); in onClearCredentialState()340 if (!mOngoingRequest.get()) { in handleExecutionResponse()345 mOngoingRequest.set(false); in handleExecutionResponse()351 if (!mOngoingRequest.get()) { in handleExecutionResponse()356 mOngoingRequest.set(false); in handleExecutionResponse()