27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
AllTestZipAppsSetup ইনস্টল করুন
public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer
একটি ITargetPreparer
যা একটি পরীক্ষার জিপে সমস্ত অ্যাপ ইনস্টল করে। পৃথক পরীক্ষার অ্যাপ ইনস্টলের জন্য অনুগ্রহ করে TestAppInstallSetup
দেখুন।
সারাংশ
পাবলিক কনস্ট্রাক্টর
AllTestZipAppsSetup ইনস্টল করুন
public InstallAllTestZipAppsSetup ()
পাবলিক পদ্ধতি
সেট ক্লিনআপ
public void setCleanup (boolean cleanup)
setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
পরামিতি |
---|
stopInstallOnFailure | boolean |
setTestZipName
public void setTestZipName (String testZipName)
পরামিতি |
---|
testZipName | String |
সেটআপ
public void setUp (ITestDevice device,
IBuildInfo buildInfo)
পরামিতি |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
টিয়ারডাউন
public void tearDown (ITestDevice device,
IBuildInfo buildInfo,
Throwable e)
পরামিতি |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
e | Throwable |
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# InstallAllTestZipAppsSetup\n==========================\n\n\n`\npublic\n\n\nclass\nInstallAllTestZipAppsSetup\n`\n\n\n`\n\n\n`\n\n`\n\nextends `[BaseTargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/BaseTargetPreparer.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|------------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | [com.android.tradefed.targetprep.BaseTargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/BaseTargetPreparer.html) ||\n| | ↳ | com.android.tradefed.targetprep.InstallAllTestZipAppsSetup |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA [ITargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ITargetPreparer.html) that installs all apps in a test zip. For individual test app install\nplease look at [TestAppInstallSetup](../../../../../../reference/tradefed/com/android/tradefed/targetprep/TestAppInstallSetup.html).\n\nSummary\n-------\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[InstallAllTestZipAppsSetup](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#InstallAllTestZipAppsSetup())`() ` |\n\n| ### Public methods ||\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` void` | ` `[setCleanup](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#setCleanup(boolean))`(boolean cleanup) ` |\n| ` void` | ` `[setStopInstallOnFailure](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#setStopInstallOnFailure(boolean))`(boolean stopInstallOnFailure) ` |\n| ` void` | ` `[setTestZipName](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#setTestZipName(java.lang.String))`(String testZipName) ` |\n| ` void` | ` `[setUp](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#setUp(com.android.tradefed.device.ITestDevice,%20com.android.tradefed.build.IBuildInfo))`(`[ITestDevice](../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html)` device, `[IBuildInfo](../../../../../../reference/tradefed/com/android/tradefed/build/IBuildInfo.html)` buildInfo) ` |\n| ` void` | ` `[tearDown](../../../../../../reference/tradefed/com/android/tradefed/targetprep/InstallAllTestZipAppsSetup.html#tearDown(com.android.tradefed.device.ITestDevice,%20com.android.tradefed.build.IBuildInfo,%20java.lang.Throwable))`(`[ITestDevice](../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html)` device, `[IBuildInfo](../../../../../../reference/tradefed/com/android/tradefed/build/IBuildInfo.html)` buildInfo, Throwable e) ` |\n\nPublic constructors\n-------------------\n\n### InstallAllTestZipAppsSetup\n\n```\npublic InstallAllTestZipAppsSetup ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### setCleanup\n\n```\npublic void setCleanup (boolean cleanup)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|------------------|\n| `cleanup` | `boolean` \u003cbr /\u003e |\n\n### setStopInstallOnFailure\n\n```\npublic void setStopInstallOnFailure (boolean stopInstallOnFailure)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------------------|------------------|\n| `stopInstallOnFailure` | `boolean` \u003cbr /\u003e |\n\n### setTestZipName\n\n```\npublic void setTestZipName (String testZipName)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|-----------------|\n| `testZipName` | `String` \u003cbr /\u003e |\n\n### setUp\n\n```\npublic void setUp (ITestDevice device, \n IBuildInfo buildInfo)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-------------|----------------------|\n| `device` | `ITestDevice` \u003cbr /\u003e |\n| `buildInfo` | `IBuildInfo` \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| [DeviceNotAvailableException](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceNotAvailableException.html) | |\n| [TargetSetupError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/TargetSetupError.html) | |\n\n### tearDown\n\n```\npublic void tearDown (ITestDevice device, \n IBuildInfo buildInfo, \n Throwable e)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-------------|----------------------|\n| `device` | `ITestDevice` \u003cbr /\u003e |\n| `buildInfo` | `IBuildInfo` \u003cbr /\u003e |\n| `e` | `Throwable` \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| [DeviceNotAvailableException](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceNotAvailableException.html) | |"]]