Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMultiPackageVerifyingSession.java56 final VerifyingSession childVerifyingSession = children.get(i); in MultiPackageVerifyingSession() local
57 childVerifyingSession.mParentVerifyingSession = this; in MultiPackageVerifyingSession()
68 for (VerifyingSession childVerifyingSession : mChildVerifyingSessions) { in start()
69 childVerifyingSession.handleStartVerify(); in start()
71 for (VerifyingSession childVerifyingSession : mChildVerifyingSessions) { in start()
72 childVerifyingSession.handleReturnCode(); in start()
84 for (VerifyingSession childVerifyingSession : mVerificationState) { in trySendVerificationCompleteNotification()
85 int status = childVerifyingSession.getRet(); in trySendVerificationCompleteNotification()
88 errorMsg = childVerifyingSession.getErrorMessage(); in trySendVerificationCompleteNotification()