Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java80 if (deviceStateAllowsCollection() && shouldCollectDetailedData()) { in messageDispatchStarting()
94 if (!deviceStateAllowsCollection()) { in messageDispatched()
126 if (!deviceStateAllowsCollection()) { in dispatchingThrewException()
141 private boolean deviceStateAllowsCollection() { in deviceStateAllowsCollection() method in LooperStats