Searched refs:sDropboxCallsInFlight (Results 1 – 1 of 1) sorted by relevance
302 private static final AtomicInteger sDropboxCallsInFlight = new AtomicInteger(0); field in StrictMode1392 int outstanding = sDropboxCallsInFlight.incrementAndGet(); in dropboxViolationAsync()1396 sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()1418 int outstanding = sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()