Home
last modified time | relevance | path

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

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