Searched refs:onNegativeResponse (Results 1 – 13 of 13) sorted by relevance
35 fun onNegativeResponse(stageCode: Int) method37 fun onNegativeResponse(resultCode: Int, data: Intent?) method
21 fun onNegativeResponse() method
273 override fun onNegativeResponse(stageCode: Int) { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch283 override fun onNegativeResponse(resultCode: Int, data: Intent?) { in <lambda>() method in com.android.packageinstaller.v2.ui.InstallLaunch
169 override fun onNegativeResponse() { in <lambda>() method in com.android.packageinstaller.v2.ui.UninstallLaunch
56 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED)) in onCreateDialog()63 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_ABORTED); in onCancel()
55 mInstallActionListener.onNegativeResponse( in onCreateDialog()63 mInstallActionListener.onNegativeResponse( in onCancel()
58 (dialogInt, which) -> mUninstallActionListener.onNegativeResponse()); in onCreateDialog()69 mUninstallActionListener.onNegativeResponse(); in onCancel()
59 ((dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()67 mInstallActionListener.onNegativeResponse(InstallStage.STAGE_USER_ACTION_REQUIRED); in onCancel()
68 (dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()77 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
65 (dialogInt, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()106 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
67 (dialogInt, which) -> mUninstallActionListener.onNegativeResponse()); in onCreateDialog()89 mUninstallActionListener.onNegativeResponse(); in onCancel()
70 (dialog, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()106 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()
84 (dialogInt, which) -> mInstallActionListener.onNegativeResponse( in onCreateDialog()107 mInstallActionListener.onNegativeResponse(mDialogData.getStageCode()); in onCancel()