Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java1133 void notifyPreRebootVerification_Apk_Complete(@NonNull StagedSession session) { in notifyPreRebootVerification_Apk_Complete() method in StagingManager
1134 mPreRebootVerificationHandler.notifyPreRebootVerification_Apk_Complete(session); in notifyPreRebootVerification_Apk_Complete()
1259 private void notifyPreRebootVerification_Apk_Complete( in notifyPreRebootVerification_Apk_Complete() method in StagingManager.PreRebootVerificationHandler
1354 notifyPreRebootVerification_Apk_Complete(session); in handlePreRebootVerification_Apk()
DPackageInstallerSession.java2623 mStagingManager.notifyPreRebootVerification_Apk_Complete(mStagedSession); in onVerificationComplete()