Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 6 of 6) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DMonitoringUtils.java55 String tag) throws DeviceNotAvailableException { in checkDeviceConnectivity()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java242 public void printLog(LogLevel logLevel, String tag, String message) { in printLog()
247 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in printAndPromptLog()
264 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem()
/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py101 def expect_app_launched(self, tag, msg=None): argument
/test/mlts/benchmark/results/
Dgenerate_result.py400 def generate_latency_graph_entry(tag, latency, tmin, tmax): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java850 DropboxEntry(long time, String tag, String data) { in DropboxEntry()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java842 String tag = "tag"; in getDropboxEntries_entryExists_returnsEntry() local