Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6788 final int historicalOpCount = other.getDiscreteAccessCount(); in HistoricalOp()
6819 final int discreteOpCount = getDiscreteAccessCount(); in filter()
6880 final int otherHistoricalOpCount = other.getDiscreteAccessCount(); in merge()
6881 final int historicalOpCount = getDiscreteAccessCount(); in merge()
6970 public @IntRange(from = 0) int getDiscreteAccessCount() { in getDiscreteAccessCount() method in AppOpsManager.HistoricalOp
/frameworks/base/core/api/
Dsystem-current.txt776 method @IntRange(from=0) public int getDiscreteAccessCount();