ตั้งแต่ปี 2026 เป็นต้นไป เราจะเผยแพร่ซอร์สโค้ดไปยัง AOSP ในไตรมาสที่ 2 และ 4 เพื่อให้สอดคล้องกับโมเดลการพัฒนาแบบ Trunk Stable และรับประกันความเสถียรของแพลตฟอร์มสำหรับระบบนิเวศ หากต้องการสร้างและมีส่วนร่วมใน AOSP ให้ใช้ android-latest-release android-latest-release สาขา Manifest จะอ้างอิงถึงรุ่นล่าสุดที่พุชไปยัง AOSP เสมอ ดูข้อมูลเพิ่มเติมได้ที่การเปลี่ยนแปลงใน AOSP
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
SubprocessEventHelper.TestEndedEventInfo
public
static
class
SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
Helper for testEnded information.
สรุป
เครื่องมือสร้างสาธารณะ |
TestEndedEventInfo(String className, String testName, Long endTime, Map<String, String> runMetrics)
Create an event object to represent the testEnded callback.
|
TestEndedEventInfo(String className, String testName, Map<String, String> runMetrics)
|
TestEndedEventInfo(JSONObject jsonObject)
Create and populate and event object for testEnded from a JSON.
|
ฟิลด์
mEndTime
public Long mEndTime
mRunMetrics
public Map<String, String> mRunMetrics
เครื่องมือสร้างสาธารณะ
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
Long endTime,
Map<String, String> runMetrics)
Create an event object to represent the testEnded callback.
| พารามิเตอร์ |
className |
String: the classname of the tests |
testName |
String: the name of the tests |
endTime |
Long: the timestamp at which the test ended (from System.currentTimeMillis()) |
runMetrics |
Map: the metrics reported by the test. |
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
Map<String, String> runMetrics)
| พารามิเตอร์ |
className |
String |
testName |
String |
runMetrics |
Map |
TestEndedEventInfo
public TestEndedEventInfo (JSONObject jsonObject)
Create and populate and event object for testEnded from a JSON.
| พารามิเตอร์ |
jsonObject |
JSONObject |
เมธอดที่ได้รับการปกป้อง
getNewJson
protected JSONObject getNewJson ()
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-06-22 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"]],["อัปเดตล่าสุด 2026-06-22 UTC"],[],[]]