Searched defs:logs (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | MonkeyTest.java | 40 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | SecurityLoggingTest.java | 79 List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 66 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local
|
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/ |
D | TrustedVoiceHostTest.java | 103 String logs = getDevice().executeAdbCommand( in testUnlock() local
|
/cts/hostsidetests/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 92 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 109 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/ |
D | TestUsbTest.java | 119 String logs = mDevice.executeAdbCommand( in testUsbSerial() local
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | OsHostTests.java | 113 String logs = mDevice.executeAdbCommand("logcat", "-v", "brief", "-d"); in testIntentFilterHostValidation() local
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 112 String logs = device.executeAdbCommand( in testInputUpdated() local
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | BaseTileServiceTest.java | 118 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
|
/cts/hostsidetests/services/windowmanager/src/android/wm/cts/ |
D | CrossAppDragAndDropTests.java | 179 String logs = executeShellCommand("logcat -d -b events"); in waitForResume() local 272 String logs = executeShellCommand("logcat -v brief -d " + className + ":I" + " *:S"); in getLogResults() local
|