Searched refs:sDropboxCallsInFlight (Results 1 – 2 of 2) sorted by relevance
400 private static final AtomicInteger sDropboxCallsInFlight = new AtomicInteger(0); field in StrictMode1829 int outstanding = sDropboxCallsInFlight.incrementAndGet(); in dropboxViolationAsync()1833 sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()1841 int outstandingInner = sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()
53079 Landroid/os/StrictMode;->sDropboxCallsInFlight:Ljava/util/concurrent/atomic/AtomicInteger;