Searched refs:getInstallerResponseResult (Results 1 – 1 of 1) sorted by relevance
351 private static int getInstallerResponseResult() throws Exception { in getInstallerResponseResult() method in PackageInstallerCujTestBase352 return sInstallerResponseReceiver.getInstallerResponseResult(); in getInstallerResponseResult()359 assertThat(getInstallerResponseResult()).isEqualTo(Activity.RESULT_OK); in assertInstallerResponseActivityResultOK()367 assertThat(getInstallerResponseResult()).isEqualTo(Activity.RESULT_CANCELED); in assertInstallerResponseActivityResultCanceled()375 assertThat(getInstallerResponseResult()).isEqualTo(STATUS_SUCCESS); in assertInstallSuccess()383 assertThat(getInstallerResponseResult()).isEqualTo(STATUS_FAILURE_ABORTED); in assertInstallFailureAborted()388 assertThat(getInstallerResponseResult()).isEqualTo(STATUS_PENDING_USER_ACTION); in assertInstallPendingUserAction()393 assertThat(getInstallerResponseResult()).isEqualTo(STATUS_CUJ_INSTALLER_READY); in assertCUJInstallerReady()398 assertThat(getInstallerResponseResult()).isEqualTo( in assertCUJInstallerStartActivityReady()814 public int getInstallerResponseResult() throws Exception { in getInstallerResponseResult() method in PackageInstallerCujTestBase.InstallerResponseReceiver