OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCESSES
(Results
1 - 5
of
5
) sorted by null
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java
69
assertSerializeParse(DeviceInfoConstants.
PROCESSES
, "");
70
assertSerializeParse(DeviceInfoConstants.
PROCESSES
, "ueventd:0;");
71
assertSerializeParse(DeviceInfoConstants.
PROCESSES
, "ueventd:0;netd:0;");
102
addMetric(DeviceInfoConstants.
PROCESSES
, "proc", info);
/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
61
public static final String
PROCESSES
= "
processes
";
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
34
public static final String
PROCESSES
= "
processes
";
DeviceInfoInstrument.java
135
//
processes
136
String
processes
= getProcesses();
local
137
addResult(
PROCESSES
,
processes
);
304
* Return a semi-colon-delimited list of the root
processes
that were running on the phone
316
Log.e(TAG, "Error getting
processes
: " + exception.getMessage(), exception);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
108
String processData = getMetric(metricsCopy, DeviceInfoConstants.
PROCESSES
);
242
mMetrics.put(DeviceInfoConstants.
PROCESSES
, parseProcess(parser));
Completed in 31 milliseconds