Home
last modified time | relevance | path

Searched defs:logs (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DMonkeyTest.java40 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java79 List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostTest.java66 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
DTrustedVoiceHostTest.java103 String logs = getDevice().executeAdbCommand( in testUnlock() local
/cts/hostsidetests/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java92 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java109 public void analyzeResults(String logs, boolean mode) { in analyzeResults()
175 … String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", TEST_CLASS + ":I", "*:S"); in testShader() local
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java119 String logs = mDevice.executeAdbCommand( in testUsbSerial() local
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java113 String logs = mDevice.executeAdbCommand("logcat", "-v", "brief", "-d"); in testIntentFilterHostValidation() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java112 String logs = device.executeAdbCommand( in testInputUpdated() local
/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java118 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/
DCrossAppDragAndDropTests.java179 String logs = executeShellCommand("logcat -d -b events"); in waitForResume() local
272 String logs = executeShellCommand("logcat -v brief -d " + className + ":I" + " *:S"); in getLogResults() local