HomeSort by relevance Sort by last modified time
    Searched refs:PROCESSES (Results 1 - 4 of 4) 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/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 34 public static final String PROCESSES = "processes";
DeviceInfoInstrument.java 125 // processes
126 String processes = getProcesses(); local
127 addResult(PROCESSES, processes);
291 * Return a semi-colon-delimited list of the root processes that were running on the phone
303 Log.e(TAG, "Error getting processes: " + exception.getMessage(), exception);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 106 String processData = getMetric(metricsCopy, DeviceInfoConstants.PROCESSES);
240 mMetrics.put(DeviceInfoConstants.PROCESSES, parseProcess(parser));

Completed in 97 milliseconds