Home
last modified time | relevance | path

Searched defs:label (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
DHealthCheckBase.java48 protected void checkCrash(String label) { in checkCrash()
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java64 protected void checkCrash(String label) { in checkCrash()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java467 protected boolean logStart(int label) { in logStart()
477 protected boolean logStop(int label) { in logStop()
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java189 String label = info.getLabel().toString(); in generateAppsList() local