Searched refs:LOG_TAG (Results 26 - 50 of 51) sorted by relevance

123

/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
H A DAppSecurityTests.java103 private static final String LOG_TAG = "AppSecurityTests"; field in class:AppSecurityTests
131 Log.i(LOG_TAG, "installing apks with shared uid, but different certs");
158 Log.i(LOG_TAG, "installing app upgrade with different certs");
182 Log.i(LOG_TAG, "installing app that attempts to access another app's private data");
273 Log.i(LOG_TAG, "Uninstalling app, verifying data is removed.");
306 Log.i(LOG_TAG, "installing app that attempts to instrument another app");
340 Log.i(LOG_TAG, "installing app that attempts to use permission of another app");
382 Log.d(LOG_TAG, "Single user device; skipping isolated storage tests");
536 Log.i(LOG_TAG, "Running " + cmd + " on " + getDevice().getSerialNumber());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DJarHostTest.java51 private static final String LOG_TAG = "JarHostTest"; field in class:JarHostTest
172 Log.i(LOG_TAG, String.format("Running %s test package from jar, contains %d tests.",
276 Log.e(LOG_TAG, String.format("Class '%s' from jar '%s' is not a Test",
324 Log.e(LOG_TAG, String.format("Failed to load test class '%s' from jar '%s'",
326 Log.e(LOG_TAG, e);
H A DCtsTest.java73 private static final String LOG_TAG = "CtsTest"; field in class:CtsTest
354 Log.i(LOG_TAG, "Initial reboot for multiple packages");
413 Log.i(LOG_TAG,
439 Log.i(LOG_TAG, "Rebooting done");
443 Log.i(LOG_TAG, "Boot wait interrupted");
470 Log.logAndDisplay(LogLevel.WARN, LOG_TAG, "No tests to run");
509 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
521 Log.i(LOG_TAG, String.format("Executing CTS test packages %s", mPackageNames));
533 Log.i(LOG_TAG, String.format("Executing CTS test class %s", mClassName));
541 Log.logAndDisplay(LogLevel.WARN, LOG_TAG, Strin
[all...]
/cts/tests/tests/opengl/libopengltest/
H A Dgl2_jni_libone.cpp40 #define LOG_TAG "gl2_jni_libone" macro
41 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/cts/apps/CtsVerifier/jni/cameraanalyzer/
H A Dcom_android_cts_verifier_camera_analyzer_AutoLockTest.cpp18 #define LOG_TAG "AutoLockJNI" macro
H A Dcom_android_cts_verifier_camera_analyzer_ColorCheckerTest.cpp18 #define LOG_TAG "FindColorCheckerJNI" macro
H A Dcom_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp18 #define LOG_TAG "ExposureCompensationJNI" macro
H A Dcom_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp18 #define LOG_TAG "WhiteBalanceJNI" macro
H A Dcom_android_cts_verifier_camera_analyzer_MeteringTest.cpp18 #define LOG_TAG "MeteringJNI" macro
H A Dcom_android_cts_verifier_camera_analyzer_CameraTests.cpp18 #define LOG_TAG "CameraTestsJNI" macro
/cts/tests/tests/speech/src/android/speech/tts/cts/
H A DTextToSpeechWrapper.java35 private static final String LOG_TAG = "TextToSpeechServiceTest"; field in class:TextToSpeechWrapper
190 Log.e(LOG_TAG, "Exception while attempting to play music file", e);
/cts/apps/CtsVerifier/lib/colorchecker/
H A Dautolocktest.cpp18 #define LOG_TAG "AutoLockTest" macro
H A Dexposurecompensationtest.cpp18 #define LOG_TAG "ExposureCompensationTest" macro
H A Dimagetesthandler.cpp18 #define LOG_TAG "ImageTestHandler" macro
H A Dmeteringtest.cpp18 #define LOG_TAG "MeteringTest" macro
H A Dwhitebalancetest.cpp18 #define LOG_TAG "WhiteBalanceTest" macro
H A Dtestingimage.cpp18 #define LOG_TAG "TestingImage" macro
H A Dcolorcheckertest.cpp18 #define LOG_TAG "ColorCheckerTest" macro
/cts/tests/tests/nativemedia/xa/src/
H A DXAObjectCreationTest.cpp25 #define LOG_TAG "XAObjectCreationTest" macro
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DCtsXmlResultReporter.java58 private static final String LOG_TAG = "CtsXmlResultReporter"; field in class:CtsXmlResultReporter
337 Log.e(LOG_TAG, "Failed to generate report data");
390 Log.w(LOG_TAG, String.format("Failed to write %s to file", resultFileName));
393 Log.w(LOG_TAG, String.format("Failed to load %s from jar", resultFileName));
410 Log.w(LOG_TAG, String.format("Failed to create zip for %s", resultsDir.getName()));
/cts/tests/src/android/app/cts/
H A DDialogStubActivity.java74 private static final String LOG_TAG = "DialogStubActivity"; field in class:DialogStubActivity
160 Log.i(LOG_TAG, "mTestDialog:" + mDialog);
223 Log.i(LOG_TAG, "mDialog:" + mDialog);
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityActivityTestCase.java58 private static final String LOG_TAG = AccessibilityActivityTestCase.class.getSimpleName(); field in class:AccessibilityActivityTestCase
165 Log.i(LOG_TAG, "Watcher event: " + event);
/cts/tests/tests/nativemedia/sl/src/
H A DSLObjectCreationTest.cpp36 #define LOG_TAG "SLObjectCreationTest" macro
/cts/tests/tests/media/src/android/media/cts/
H A DMediaPlayerTest.java52 private static final String LOG_TAG = "MediaPlayerTest"; field in class:MediaPlayerTest
712 Log.d(LOG_TAG, "text: " + plainText.trim());
783 Log.d(LOG_TAG, "text: " + plainText.trim() +
/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebSettingsTest.java41 private static final String LOG_TAG = "WebSettingsTest"; field in class:WebSettingsTest
92 Log.i(LOG_TAG, String.format("Checking user agent string %s", actualUserAgentString));
110 Log.i(LOG_TAG, String.format("Trying to match pattern %s", patternString));

Completed in 356 milliseconds

123