/cts/suite/audio_quality/lib/include/ |
D | Log.h | 28 enum LogLevel { enum 40 void printf(LogLevel level, const char* fmt, ...); 41 void setLogLevel(LogLevel level); 42 LogLevel getLogLevel() { in getLogLevel() 52 LogLevel mLogLevel;
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ThemeHostTest.java | 23 import com.android.ddmlib.Log.LogLevel; 111 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Loading resources from " + zipFile); in setUp() 134 Log.logAndDisplay(LogLevel.ERROR, LOG_TAG, "Failed to unzip assets: " + zipFile); in setUp() 139 Log.logAndDisplay(LogLevel.ERROR, LOG_TAG, "Failed to get resource: " + zipFile); in setUp() 168 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Skipped themes test for watch"); in testThemes() 173 … Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Skipped themes test due to no reference images"); in testThemes() 177 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Generating device images..."); in testThemes() 187 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Extracting generated images..."); in testThemes() 211 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Missing reference image for " + name); in testThemes() 219 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Waiting for comparison tasks..."); in testThemes() [all …]
|
D | ComparisonTask.java | 20 import com.android.ddmlib.Log.LogLevel; 61 Log.logAndDisplay(LogLevel.INFO, TAG, "Diff created: " + diff.getPath()); in call() 64 Log.logAndDisplay(LogLevel.ERROR, TAG, e.toString()); in call()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 20 import com.android.ddmlib.Log.LogLevel; 84 CLog.logAndDisplay(LogLevel.INFO, "Installing app " + fileName); in installApp() 108 CLog.logAndDisplay(LogLevel.INFO, "Starting command " + command); in startUser() 110 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput); in startUser() 153 … CLog.logAndDisplay(LogLevel.INFO, "starting command \"" + stopUserCommand + "\" and waiting."); in removeUser() 154 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + stopUserCommand + ": " in removeUser() 157 CLog.logAndDisplay(LogLevel.INFO, "starting command " + removeUserCommand); in removeUser() 158 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + removeUserCommand + ": " in removeUser() 254 CLog.logAndDisplay(LogLevel.INFO, in printTestResult() 257 CLog.logAndDisplay(LogLevel.WARN, testResult.getStackTrace()); in printTestResult() [all …]
|
D | BaseLauncherAppsTest.java | 19 import com.android.ddmlib.Log.LogLevel; 52 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in startCallbackService()
|
D | ManagedProfileTest.java | 19 import com.android.ddmlib.Log.LogLevel; 172 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in testCrossProfileIntentFilters() 306 CLog.logAndDisplay(LogLevel.INFO, in testNoDebuggingFeaturesRestriction() 623 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in disableActivityForUser() 635 CLog.logAndDisplay(LogLevel.INFO, in changeUserRestrictionForUser() 648 CLog.logAndDisplay(LogLevel.INFO, in changeCrossProfileWidgetForUser() 657 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in changeVerificationStatus() 666 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in startWidgetHostService()
|
D | MixedDeviceOwnerTest.java | 19 import com.android.ddmlib.Log.LogLevel;
|
D | DeviceAndProfileOwnerTest.java | 19 import com.android.ddmlib.Log.LogLevel; 191 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " in testAccountManagement() 279 CLog.logAndDisplay(LogLevel.INFO, in changeUserRestrictionForUser()
|
D | MixedProfileOwnerTest.java | 19 import com.android.ddmlib.Log.LogLevel;
|
D | LauncherAppsMultiUserTest.java | 19 import com.android.ddmlib.Log.LogLevel;
|
D | LauncherAppsProfileTest.java | 19 import com.android.ddmlib.Log.LogLevel;
|
D | LauncherAppsSingleUserTest.java | 19 import com.android.ddmlib.Log.LogLevel;
|
/cts/suite/audio_quality/lib/src/ |
D | Log.cpp | 41 void Log::printf(LogLevel level, const char* fmt, ...) in printf() 49 void Log::setLogLevel(LogLevel level) in setLogLevel()
|
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/ |
D | CtsHostJankTest.java | 22 import com.android.ddmlib.Log.LogLevel; 103 Log.logAndDisplay(LogLevel.INFO, TAG, sb.toString()); in runUiAutomatorTest() 125 Log.logAndDisplay(LogLevel.INFO, TAG, "Results: " + results); in runUiAutomatorTest()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/ |
D | DeviceInfoCollectorFuncTest.java | 18 import com.android.ddmlib.Log.LogLevel; 87 CLog.logAndDisplay(LogLevel.INFO, in displayMetrics()
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 33 Log::LogLevel level = Log::Instance()->getLogLevel(); in TEST_F()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | CtsTestLogReporter.java | 22 import com.android.ddmlib.Log.LogLevel; 134 Log.logAndDisplay(LogLevel.INFO, mDeviceSerial, String.format(format, args)); in logResult()
|
D | PlanCreator.java | 27 import com.android.ddmlib.Log.LogLevel; 100 Log.logAndDisplay(LogLevel.ERROR, "", String.format("Failed to create plan file %s", in createAndSerializeDerivedPlan()
|
D | CtsXmlResultReporter.java | 23 import com.android.ddmlib.Log.LogLevel; 384 Log.logAndDisplay(LogLevel.INFO, mDeviceSerial, String.format(format, args)); in logResult()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | CtsTest.java | 25 import com.android.ddmlib.Log.LogLevel; 480 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "ABIs: " + abiSet); in run() 516 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, in run() 709 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, in preRebootIfNecessary() 790 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Resume tests using existing package list"); in setupTestPackageList() 880 Log.logAndDisplay(LogLevel.WARN, LOG_TAG, String.format( in getAvailableTestPackages() 940 Log.logAndDisplay(LogLevel.WARN, LOG_TAG, String.format( in buildTestPackageDefSet() 997 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, "Installing prerequisites"); in installPrerequisiteApks()
|
D | TestPackageDef.java | 20 import com.android.ddmlib.Log.LogLevel; 336 CLog.logAndDisplay(LogLevel.WARN, "ui automator tests don't currently support" + in setUiAutomatorTest()
|
/cts/suite/audio_quality/executable/src/ |
D | main.cpp | 106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel); in main()
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
D | KeySetHostTest.java | 21 import com.android.ddmlib.Log.LogLevel;
|
/cts/hostsidetests/security/src/android/cts/security/ |
D | SELinuxHostTest.java | 21 import com.android.ddmlib.Log.LogLevel;
|