Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java112 public void analyzeResults(String logs, boolean mode) { in analyzeResults() argument
118 Scanner in = new Scanner(logs); in analyzeResults()
177 … String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", TEST_CLASS + ":I", "*:S"); in testShader() local
179 Scanner in = new Scanner(logs); in testShader()
212 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testShader()
213 analyzeResults(logs, true); in testShader()
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DMonkeyTest.java40 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local
43 Scanner s = new Scanner(logs); in assertIsUserAMonkey()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostTest.java73 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local
76 Scanner in = new Scanner(logs); in testLogcat()
DSampleHostJUnit4Test.java98 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local
101 Scanner in = new Scanner(logs); in testLogcat()
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/
DTrustedVoiceHostTest.java105 String logs = getDevice().executeAdbCommand( in testUnlock() local
108 in = new Scanner(logs); in testUnlock()
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DCreateUsersNoAppCrashesTest.java61 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d"); in waitForBootCompleted() local
62 Scanner in = new Scanner(logs); in waitForBootCompleted()
/cts/hostsidetests/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java93 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local
96 Scanner in = new Scanner(logs); in testAbiIs32bit()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java118 List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval() local
120 if (logs != null) { in testRetrievingSecurityLogsNotPossibleImmediatelyAfterPreviousSuccessfulRetrieval()
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java164 String logs = in startTestApp() local
168 Scanner in = new Scanner(logs); in startTestApp()
181 "Test app PID not captured. results = \"" + results + "\"; logs = \"" + logs + "\"", in startTestApp()
DOsHostTests.java113 String logs = mDevice.executeAdbCommand("logcat", "-v", "brief", "-d"); in testIntentFilterHostValidation() local
116 Scanner scanner = new Scanner(logs); in testIntentFilterHostValidation()
/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java119 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
121 return logs.contains(str); in hasLog()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java111 String logs = device.executeAdbCommand( in testInputUpdated() local
113 Scanner in = new Scanner(logs); in testInputUpdated()
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java120 String logs = mDevice.executeAdbCommand( in testUsbSerial() local
124 matcher = pattern.matcher(logs); in testUsbSerial()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DCrossAppDragAndDropTests.java237 String logs = executeShellCommand("logcat -d -b events"); in waitForResume() local
238 for (String line : logs.split("\\n")) { in waitForResume()
352 String logs = executeShellCommand("logcat -v brief -d " + className + ":I" + " *:S"); in getLogResults() local
353 for (String line : logs.split("\\n")) { in getLogResults()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTests.java553 String[] logs = getDeviceLogsForComponent("LaunchBroadcastReceiver", logSeparator); in testLaunchNotEmbeddedOnVirtualDisplay() local
554 for (String line : logs) { in testLaunchNotEmbeddedOnVirtualDisplay()
966 String[] logs = getDeviceLogsForComponent("LaunchBroadcastReceiver", logSeparator); in testPermissionLaunchFromDifferentApp() local
967 for (String line : logs) { in testPermissionLaunchFromDifferentApp()
/cts/tools/dex-tools/dex/
Dclasses.out.dex143390 protected static java.util.Hashtable logs