Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DProcessLoggingHandler.java161 logSecurityLogEvent(data, apkHash); in processChecksum()
173 this.post(() -> logSecurityLogEvent(data, apkHash)); in enqueueSecurityLogEvent()
176 void logSecurityLogEvent(Bundle bundle, String apkHash) { in logSecurityLogEvent() method in ProcessLoggingHandler