اعتبارًا من 27 آذار (مارس) 2025، ننصحك باستخدام android-latest-release
بدلاً من aosp-main
لإنشاء AOSP والمساهمة فيه. لمزيد من المعلومات، يُرجى الاطّلاع على التغييرات في AOSP.
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
NullDevice
public
class
NullDevice
extends StubDevice
عنصر نائب IDevice
يستخدمه DeviceManager
لتخصيصه عندما يكون
IDeviceSelection.nullDeviceRequested()
هو true
ملخّص
الطرق العامة |
final
boolean
|
isTemporary()
تعرِض هذه السمة القيمة "صحيح" إذا تم إنشاء الجهاز مؤقتًا للطلب ويجب حذفه
بعد ذلك.
|
الحقول
TEMP_NULL_DEVICE_PREFIX
public static final String TEMP_NULL_DEVICE_PREFIX
نمط التسمية للأجهزة غير الصالحة المنشأة تلقائيًا
وظائف الإنشاء العامة
NullDevice
public NullDevice (String serial)
NullDevice
public NullDevice (String serial,
boolean isTemporary)
المعلمات |
serial |
String |
isTemporary |
boolean |
الطرق العامة
isTemporary
public final boolean isTemporary ()
تعرِض هذه السمة القيمة "صحيح" إذا تم إنشاء الجهاز مؤقتًا للطلب ويجب حذفه
بعد ذلك.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-27 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# NullDevice\n==========\n\n\n`\npublic\n\n\nclass\nNullDevice\n`\n\n\n`\n\n\n`\n\n`\n\nextends `[StubDevice](../../../../../../reference/tradefed/com/android/tradefed/device/StubDevice.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|----------------------------------------|\n| java.lang.Object |||\n| ↳ | [com.android.tradefed.device.StubDevice](../../../../../../reference/tradefed/com/android/tradefed/device/StubDevice.html) ||\n| | ↳ | com.android.tradefed.device.NullDevice |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA placeholder [IDevice](../../../../../../reference/tradefed/com/android/ddmlib/IDevice.html) used by [DeviceManager](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceManager.html) to allocate when\n[IDeviceSelection.nullDeviceRequested()](../../../../../../reference/tradefed/com/android/tradefed/device/IDeviceSelection.html#nullDeviceRequested()) is `true`\n\nSummary\n-------\n\n| ### Fields ||\n|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public static final String` | [TEMP_NULL_DEVICE_PREFIX](../../../../../../reference/tradefed/com/android/tradefed/device/NullDevice.html#TEMP_NULL_DEVICE_PREFIX) Naming pattern for auto-created null devices |\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[NullDevice](../../../../../../reference/tradefed/com/android/tradefed/device/NullDevice.html#NullDevice(java.lang.String))`(String serial) ` |\n| ` `[NullDevice](../../../../../../reference/tradefed/com/android/tradefed/device/NullDevice.html#NullDevice(java.lang.String,%20boolean))`(String serial, boolean isTemporary) ` |\n\n| ### Public methods ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` final boolean` | ` `[isTemporary](../../../../../../reference/tradefed/com/android/tradefed/device/NullDevice.html#isTemporary())`() ` Returns true if the device was created temporarily for the invocation and should be deleted afterward. |\n\nFields\n------\n\n### TEMP_NULL_DEVICE_PREFIX\n\n```\npublic static final String TEMP_NULL_DEVICE_PREFIX\n```\n\nNaming pattern for auto-created null devices\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### NullDevice\n\n```\npublic NullDevice (String serial)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|-----------------|\n| `serial` | `String` \u003cbr /\u003e |\n\n### NullDevice\n\n```\npublic NullDevice (String serial, \n boolean isTemporary)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|------------------|\n| `serial` | `String` \u003cbr /\u003e |\n| `isTemporary` | `boolean` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### isTemporary\n\n```\npublic final boolean isTemporary ()\n```\n\nReturns true if the device was created temporarily for the invocation and should be deleted\nafterward.\n\n\u003cbr /\u003e\n\n| Returns ||\n|-----------|--------|\n| `boolean` | \u003cbr /\u003e |"]]