Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java3185 HistoricalUidOps historicalUidOps = getOrCreateHistoricalUidOps(uid); in clearHistory() local
3186 historicalUidOps.clearHistory(packageName); in clearHistory()
3187 if (historicalUidOps.isEmpty()) { in clearHistory()