Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java6442 final int historicalOpCount = other.getDiscreteAccessCount(); in HistoricalOp()
6473 final int discreteOpCount = getDiscreteAccessCount(); in filter()
6534 final int otherHistoricalOpCount = other.getDiscreteAccessCount(); in merge()
6535 final int historicalOpCount = getDiscreteAccessCount(); in merge()
6624 public @IntRange(from = 0) int getDiscreteAccessCount() { in getDiscreteAccessCount() method in AppOpsManager.HistoricalOp
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt724 method @IntRange(from=0) public int getDiscreteAccessCount();