Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6880 final int otherHistoricalOpCount = other.getDiscreteAccessCount(); in merge() local
6884 while (i < otherHistoricalOpCount || j < historicalOpCount) { in merge()
6885 if (i == otherHistoricalOpCount) { in merge()