Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMultiPackageVerifyingSession.java77 public void trySendVerificationCompleteNotification(VerifyingSession child) { in trySendVerificationCompleteNotification() method in MultiPackageVerifyingSession
H A DVerifyingSession.java848 mParentVerifyingSession.trySendVerificationCompleteNotification(this); in sendVerificationCompleteNotification()