Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6481 final int historicalOpCount = other.getDiscreteAccessCount(); in HistoricalOp()
6512 final int discreteOpCount = getDiscreteAccessCount(); in filter()
6573 final int otherHistoricalOpCount = other.getDiscreteAccessCount(); in merge()
6574 final int historicalOpCount = getDiscreteAccessCount(); in merge()
6663 public @IntRange(from = 0) int getDiscreteAccessCount() { in getDiscreteAccessCount() method in AppOpsManager.HistoricalOp
/frameworks/base/core/api/
Dsystem-current.txt577 method @IntRange(from=0) public int getDiscreteAccessCount();