Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt100 startRequestUserPreapproval(session, preparePreapprovalDetails()) in requestUserPreapproval_userAgree_statusSuccess()
237 startRequestUserPreapproval(session, preparePreapprovalDetails()) in requestUserPreapproval_userCancel_statusFailureAborted()
254 startRequestUserPreapproval(session, details) in requestUserPreapproval_alreadyApproved_throwException()
260 startRequestUserPreapproval(session, details) in requestUserPreapproval_alreadyApproved_throwException()
274 startRequestUserPreapproval(session, preparePreapprovalDetails()) in requestUserPreapproval_userCancel_cannotCommitAgain()
335 startRequestUserPreapproval(session, preparePreapprovalDetails()) in commitPreapprovalSession_success()
357 startRequestUserPreapproval(session, preparePreapprovalDetailsInPl()) in commitPreapprovalSession_usingAnotherLocaleInSplitApk_success()
382 startRequestUserPreapproval(session, preparePreapprovalDetailsV2()) in commitPreapprovalSession_update_success()
406 startRequestUserPreapproval(session, preparePreapprovalDetails()) in commitPreapprovalSession_updateUsingCurrentLabel_success()
428 startRequestUserPreapproval(session, prepareWrongPreapprovalDetails()) in commitPreapprovalSession_notMatchApk_fail()
[all …]
DPackageInstallerTestBase.kt282 protected fun startRequestUserPreapproval( in <lambda>() method