Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java91 ProcessDetails detail = new ProcessDetails(); in getProcessDetails() local
92 detail.processName = info.processName; in getProcessDetails()
93 detail.pid0 = info.pid; in getProcessDetails()
102 detail.processStatus = ProcessStatus.PROC_STARTED; in getProcessDetails()
106 detail.processStatus = ProcessStatus.PROC_OK; in getProcessDetails()
110 detail.processStatus = ProcessStatus.PROC_RESTARTED; in getProcessDetails()
111 detail.pid1 = pid; in getProcessDetails()
113 ret.add(detail); in getProcessDetails()
117 ProcessDetails detail = new ProcessDetails(); in getProcessDetails() local
118 detail.processName = proc; in getProcessDetails()
[all …]
/platform_testing/libraries/annotations/src/android/platform/test/annotations/
DFlakyTest.java46 String detail() default ""; in detail() method