27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ডিভাইস রিলিজ রিপোর্টার
public final class DeviceReleaseReporter
extends Object
implements ICommandScheduler.IScheduledInvocationListener
java.lang.অবজেক্ট |
↳ | com.android.tradefed.device.internal.DeviceReleaseReporter |
ডিভাইস রিলিজ রিপোর্টার যেটি ডিভাইস(গুলি) রিলিজ করার জন্য প্যারেন্ট প্রক্রিয়ার সাথে যোগাযোগ পরিচালনা করে।
সারাংশ
পাবলিক কনস্ট্রাক্টর
ডিভাইস রিলিজ রিপোর্টার
public DeviceReleaseReporter ()
পাবলিক পদ্ধতি
invocation initiated
public void invocationInitiated (IInvocationContext context)
একটি আহ্বান শুরু হলে কলব্যাক. কোনো বিল্ড আনার আগে এটি বলা হয়।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি 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,["# DeviceReleaseReporter\n=====================\n\n\n`\npublic\n\nfinal\n\nclass\nDeviceReleaseReporter\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\n`[ICommandScheduler.IScheduledInvocationListener](../../../../../../../reference/tradefed/com/android/tradefed/command/ICommandScheduler.IScheduledInvocationListener.html)`\n\n\n`\n\n|---|------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.device.internal.DeviceReleaseReporter |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDevice release reporter that handles communicating with the parent process the device(s) to be\nreleased.\n\nSummary\n-------\n\n| ### Public constructors ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[DeviceReleaseReporter](../../../../../../../reference/tradefed/com/android/tradefed/device/internal/DeviceReleaseReporter.html#DeviceReleaseReporter())`() ` |\n\n| ### Public methods ||\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` void` | ` `[invocationComplete](../../../../../../../reference/tradefed/com/android/tradefed/device/internal/DeviceReleaseReporter.html#invocationComplete(com.android.tradefed.invoker.IInvocationContext,%20\u003cany\u003e))`(`[IInvocationContext](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IInvocationContext.html)` iInvocationContext, ` map) Callback when entire invocation has completed, including all [ITestInvocationListener.invocationEnded(long)](../../../../../../../reference/tradefed/com/android/tradefed/result/ITestInvocationListener.html#invocationEnded(long)) events. |\n| ` void` | ` `[invocationInitiated](../../../../../../../reference/tradefed/com/android/tradefed/device/internal/DeviceReleaseReporter.html#invocationInitiated(com.android.tradefed.invoker.IInvocationContext))`(`[IInvocationContext](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IInvocationContext.html)` context) ` Callback when an invocation is initiated. |\n| ` void` | ` `[releaseDevices](../../../../../../../reference/tradefed/com/android/tradefed/device/internal/DeviceReleaseReporter.html#releaseDevices(com.android.tradefed.invoker.IInvocationContext,%20\u003cany\u003e))`(`[IInvocationContext](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IInvocationContext.html)` context, ` devicesStates) Callback associated with [ICommandOptions.earlyDeviceRelease()](../../../../../../../reference/tradefed/com/android/tradefed/command/ICommandOptions.html#earlyDeviceRelease()) to release the devices when done with them. |\n\nPublic constructors\n-------------------\n\n### DeviceReleaseReporter\n\n```\npublic DeviceReleaseReporter ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### invocationComplete\n\n```\npublic void invocationComplete (IInvocationContext iInvocationContext, \n map)\n```\n\nCallback when entire invocation has completed, including all [ITestInvocationListener.invocationEnded(long)](../../../../../../../reference/tradefed/com/android/tradefed/result/ITestInvocationListener.html#invocationEnded(long)) events.\n\n\u003cbr /\u003e\n\n### invocationInitiated\n\n```\npublic void invocationInitiated (IInvocationContext context)\n```\n\nCallback when an invocation is initiated. This is called before any builds are fetched.\n\n\u003cbr /\u003e\n\n### releaseDevices\n\n```\npublic void releaseDevices (IInvocationContext context, \n devicesStates)\n```\n\nCallback associated with [ICommandOptions.earlyDeviceRelease()](../../../../../../../reference/tradefed/com/android/tradefed/command/ICommandOptions.html#earlyDeviceRelease()) to release the\ndevices when done with them.\n\n\u003cbr /\u003e"]]