Home
last modified time | relevance | path

Searched refs:sDropboxCallsInFlight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DStrictMode.java400 private static final AtomicInteger sDropboxCallsInFlight = new AtomicInteger(0); field in StrictMode
1830 int outstanding = sDropboxCallsInFlight.incrementAndGet(); in dropboxViolationAsync()
1834 sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()
1842 int outstandingInner = sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()