Searched refs:sDropboxCallsInFlight (Results 1 – 1 of 1) sorted by relevance
293 private static final AtomicInteger sDropboxCallsInFlight = new AtomicInteger(0); field in StrictMode1357 int outstanding = sDropboxCallsInFlight.incrementAndGet(); in dropboxViolationAsync()1361 sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()1383 int outstanding = sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()