Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DInstallActionListener.kt35 fun onNegativeResponse(stageCode: Int) method
37 fun onNegativeResponse(resultCode: Int, data: Intent?) method
DUninstallActionListener.kt21 fun onNegativeResponse() method
DInstallLaunch.kt273 override fun onNegativeResponse(stageCode: Int) { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch
283 override fun onNegativeResponse(resultCode: Int, data: Intent?) { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch
DUninstallLaunch.kt169 override fun onNegativeResponse() { in <lambda>() method in com.android.packageinstaller.v2.ui.UninstallLaunch
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/fragments/
DSimpleErrorFragment.java56 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED)) in onCreateDialog()
63 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED); in onCancel()
DParseErrorFragment.java55 mInstallActionListener.onNegativeResponse( in onCreateDialog()
63 mInstallActionListener.onNegativeResponse( in onCancel()
DUninstallErrorFragment.java58 (dialogInt, which) -> mUninstallActionListener.onNegativeResponse()); in onCreateDialog()
69 mUninstallActionListener.onNegativeResponse(); in onCancel()
DAnonymousSourceFragment.java59 ((dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()
67 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_USER_ACTION_REQUIRED); in onCancel()
DExternalSourcesBlockedFragment.java68 (dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()
77 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
DInstallFailedFragment.java65 (dialogInt, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()
106 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
DUninstallConfirmationFragment.java67 (dialogInt, which) -> mUninstallActionListener.onNegativeResponse()); in onCreateDialog()
89 mUninstallActionListener.onNegativeResponse(); in onCancel()
DInstallSuccessFragment.java70 (dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()
106 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
DInstallConfirmationFragment.java84 (dialogInt, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()
107 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()