Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java106 mAppOpsService.mHistoricalRegistry.incrementOpAccessedCount(parent.op, parent.uid, in accessed()
156 mAppOpsService.mHistoricalRegistry.incrementOpRejected(parent.op, parent.uid, in rejected()
254 mAppOpsService.mHistoricalRegistry.incrementOpAccessedCount(parent.op, parent.uid, in startedOrPaused()
312 mAppOpsService.mHistoricalRegistry.increaseOpAccessDuration(parent.op, parent.uid, in finishOrPause()
419 mAppOpsService.mHistoricalRegistry.incrementOpAccessedCount(parent.op, parent.uid, in resume()
H A DAppOpsService.java1312 mHistoricalRegistry, uid, packageName)); in packageRemovedLocked()
1428 mHistoricalRegistry.shutdown(); in shutdown()
4412 mHistoricalRegistry.writeAndClearDiscreteHistory(); in writeRecentAccesses()
5742 mHistoricalRegistry.offsetHistory(offsetMillis);
5743 mHistoricalRegistry.offsetDiscreteHistory(offsetMillis);
5751 mHistoricalRegistry.addHistoricalOps(ops);
5759 mHistoricalRegistry.resetHistoryParameters();
5767 mHistoricalRegistry.clearAllHistory();
5778 mHistoricalRegistry.shutdown();
5784 mHistoricalRegistry = new HistoricalRegistry(mHistoricalRegistry);
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsServiceTest.java110 mAppOpsService.mHistoricalRegistry.systemReady(sContext.getContentResolver()); in setupAppOpsService()