/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
D | SustainedPerformanceHostTest.java | 114 public void analyzeResults(String logs, boolean mode) { in analyzeResults() argument 120 Scanner in = new Scanner(logs); in analyzeResults() 179 … String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", TEST_CLASS + ":I", "*:S"); in testShader() local 181 Scanner in = new Scanner(logs); in testShader() 214 logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testShader() 215 analyzeResults(logs, true); in testShader()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | LogHelper.java | 46 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", tag + ":I", "*:S"); in getLog() local 49 Scanner in = new Scanner(logs); in getLog() 75 String logs = in getSupportedAudioFormats() local 79 Scanner in = new Scanner(logs); in getSupportedAudioFormats()
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | MonkeyTest.java | 42 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local 45 Scanner s = new Scanner(logs); in assertIsUserAMonkey()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 73 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local 76 Scanner in = new Scanner(logs); in testLogcat()
|
D | SampleHostJUnit4Test.java | 98 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testLogcat() local 101 Scanner in = new Scanner(logs); in testLogcat()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecDeviceTypeTest.java | 45 String logs = device.executeShellCommand("cmd package list features"); in checkHdmiCecDeviceType() local 46 Scanner in = new Scanner(logs); in checkHdmiCecDeviceType()
|
/cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/ |
D | TrustedVoiceHostTest.java | 108 String logs = getDevice().executeAdbCommand( in testUnlock() local 111 in = new Scanner(logs); in testUnlock()
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | ProcfsHostTests.java | 164 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()
|
D | OsHostTests.java | 122 String logs = mDevice.executeAdbCommand("logcat", "-v", "brief", "-d"); in testIntentFilterHostValidation() local 125 Scanner scanner = new Scanner(logs); in testIntentFilterHostValidation()
|
/cts/hostsidetests/abioverride/src/android/abioverride/cts/ |
D | AbiOverrideTest.java | 93 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local 96 Scanner in = new Scanner(logs); in testAbiIs32bit()
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | BaseTileServiceTest.java | 119 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local 121 return logs.contains(str); in hasLog()
|
/cts/hostsidetests/wifibroadcasts/src/android/wifibroadcasts/cts/ |
D | WifiBroadcastsHostJUnit4Test.java | 142 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testCleanLogcat() local 144 Scanner in = new Scanner(logs); in testCleanLogcat()
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 111 String logs = device.executeAdbCommand( in testInputUpdated() local 113 Scanner in = new Scanner(logs); in testInputUpdated()
|
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
D | CreateUsersNoAppCrashesTest.java | 112 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", in waitForUserSwitchComplete() local 114 Scanner in = new Scanner(logs); in waitForUserSwitchComplete()
|
/cts/hostsidetests/usb/src/com/android/cts/usb/ |
D | TestUsbTest.java | 167 String logs = mDevice.executeAdbCommand( in testUsbSerialReadOnDeviceMatches() local 171 matcher = pattern.matcher(logs); in testUsbSerialReadOnDeviceMatches()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ActivityMetricsLoggerTests.java | 423 private void assertLogsContain(String[] logs, String expectedLog) { in assertLogsContain() argument 424 for (String line : logs) { in assertLogsContain() 429 fail("Expected to find '" + expectedLog + "' in " + Arrays.toString(logs)); in assertLogsContain()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccServiceTest.java | 511 public void onComplete(String logs) { in testDump() 512 assertEquals(MockEuiccService.MOCK_DUMPED_LOG, logs); in testDump()
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | SecurityLoggingTest.java | 494 final List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs(getWho()); in testSecurityLoggingRetrievalRateLimited() local 496 if (logs != null) { in testSecurityLoggingRetrievalRateLimited()
|