Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java423 private static final AtomicInteger sDropboxCallsInFlight = new AtomicInteger(0); field in StrictMode
1945 int outstanding = sDropboxCallsInFlight.incrementAndGet(); in dropboxViolationAsync()
1949 sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()
1957 int outstandingInner = sDropboxCallsInFlight.decrementAndGet(); in dropboxViolationAsync()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39194 Landroid/os/StrictMode;->sDropboxCallsInFlight:Ljava/util/concurrent/atomic/AtomicInteger;