Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/deviceadminapp/src/test/java/com/android/bedstead/deviceadminapp/
DDeviceAdminAppTest.java64 EventLogs<DeviceAdminEnabledEvent> logs = in setAsDeviceOwner_isEnabled() local
84 EventLogs<DeviceAdminEnabledEvent> logs = in setAsProfileOwner_isEnabled() local
/cts/hostsidetests/graphics/displaymode/src/com/android/cts/graphics/displaymode/
DBootDisplayModeHostTest.java83 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", in testGetBootDisplayMode() local
118 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", in testClearBootDisplayMode() local
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DMonkeyTest.java42 String logs = mDevice.executeAdbCommand( in assertIsUserAMonkey() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/
DHdrCapabilitiesTests.java164 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", in testDeviceHdrOutputCapabilities() local
202 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", in testHas4k30DolbyVisionIssue() local
227 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", in getHdrTypesFromDevice() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogHelper.java48 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", tag + ":I", "*:S"); in getLog() local
121 String logs = in getSupportedAudioFormats() local
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java115 public void analyzeResults(String logs, boolean mode) { in analyzeResults()
180 … String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", TEST_CLASS + ":I", "*:S"); in testShader() local
/cts/hostsidetests/packagemanager/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java98 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testAbiIs32bit() local
/cts/hostsidetests/wifibroadcasts/src/android/wifibroadcasts/cts/
DWifiBroadcastsHostJUnit4Test.java152 String logs = device.executeAdbCommand("logcat", "-v", "brief", "-d", CLASS + ":I", "*:S"); in testCleanLogcat() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DHdrCapabilitiesAtomTests.java61 String logs = SystemUtil.runShellCommand(InstrumentationRegistry.getInstrumentation(), in restoreOriginalHdrConversionMode() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DSecurityLoggingTest.kt170 val logs = dpc.devicePolicyManager().retrieveSecurityLogs(dpc.componentName()) in <lambda>() constant
665 val logs = dpc.devicePolicyManager().retrieveSecurityLogs(dpc.componentName()) in <lambda>() constant
751 val logs = dpc.devicePolicyManager().retrieveSecurityLogs(dpc.componentName()) in <lambda>() constant
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostJUnit4Test.java103 String logs = executeLogcatCommandWithRetry(LOGCAT_FILTER_COMMAND).getStdout(); in testLogcat() local
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
DTestAppInstanceTest.java240 EventLogs<BroadcastReceivedEvent> logs = in stop_registeredReceiver_doesNotReceiveBroadcast() local
255 EventLogs<BroadcastReceivedEvent> logs = in unregisterReceiver_registeredReceiver_doesNotReceiveBroadcast() local
272 EventLogs<BroadcastReceivedEvent> logs = in unregisterReceiver_doesNotUnregisterOtherReceivers() local
306 EventLogs<BroadcastReceivedEvent> logs = in registerReceiver_appIsKilled_stillReceivesBroadcast() local
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DSecurityLoggingDelegateTest.java150 final List<SecurityEvent> logs = mDpm.retrieveSecurityLogs(null); in testSecurityLoggingRetrievalRateLimited() local
/cts/hostsidetests/systemui/src/android/host/systemui/
DCompatChangesTileServiceTest.java151 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
DActiveTileServiceCompatChangeTest.java169 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
DBaseTileServiceTest.java145 String logs = getDevice().executeAdbCommand("logcat", "-v", "brief", "-d", mService + ":I", in hasLog() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java111 String logs = device.executeAdbCommand( in testInputUpdated() local
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java175 String logs = mDevice.executeAdbCommand( in testUsbSerialReadOnDeviceMatches() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DLogcat.java122 String[] logs = dump(lineFilter).split("\n"); in recent() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java177 String logs = in startTestApp() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityMetricsLoggerTests.java534 private void assertLogsContain(String[] logs, String expectedLog) { in assertLogsContain()
/cts/hostsidetests/gwp_asan/common/proto/
Dtombstone.proto162 repeated LogMessage logs = 2; field
/cts/tests/media/jni/
DNativeCodecTestBase.cpp61 const std::shared_ptr<std::string>& logs) { in arePtsListsIdentical()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java623 final List<SecurityEvent> logs = mDevicePolicyManager.retrieveSecurityLogs( in testSecurityLoggingRetrievalRateLimited() local