Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 85) sorted by relevance

1234

/cts/tests/tests/permission2/src/android/permission2/cts/
DNoProcessOutgoingCallPermissionTest.java38 private static final String LOG_TAG = "NoProcessOutgoingCallPermissionTest"; field in NoProcessOutgoingCallPermissionTest
45 Log.i(LOG_TAG, "Called phone: " + uri.toString()); in callPhone()
61 Log.i(LOG_TAG, "Beginning testProcessOutgoingCall"); in testProcessOutgoingCall()
65 Log.i(LOG_TAG, "registerReceiver --> " + ntnt); in testProcessOutgoingCall()
68 Log.i(LOG_TAG, "extras --> " + xtrs.toString()); in testProcessOutgoingCall()
76 Log.w(LOG_TAG, "wait for phone call interrupted"); in testProcessOutgoingCall()
88 Log.e(LOG_TAG, xtrs.toString()); in onReceive()
DNoReceiveSmsPermissionTest.java45 private static final String LOG_TAG = "NoReceiveSmsPermissionTest"; field in NoReceiveSmsPermissionTest
77 Log.w(LOG_TAG, "wait for sms interrupted"); in testReceiveTextMessage()
96 Log.i(LOG_TAG, String.format("Sending SMS to self: %s", currentNumber)); in sendSMSToSelf()
123 Log.w(LOG_TAG, String.format("unknown intent received: %s", intent.getAction())); in onReceive()
143 Log.i(LOG_TAG, String.format("message %1$s successful", action)); in handleResultCode()
148 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason)); in handleResultCode()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsInstrumentationApkTest.java40 private static final String LOG_TAG = "CtsInstrumentationApkTest"; field in CtsInstrumentationApkTest
83 Log.e(LOG_TAG, "Missing device."); in run()
87 Log.e(LOG_TAG, "Missing build"); in run()
92 Log.d(LOG_TAG, String.format("Installing %s on %s", apkFileName, in run()
100 Log.e(LOG_TAG, String.format("Failed to install %s on %s. Reason: %s", in run()
105 Log.e(LOG_TAG, String.format("Could not find file %s", apkFileName)); in run()
113 Log.d(LOG_TAG, String.format("Uninstalling %s on %s", packageName, in run()
DGeeTestResultParser.java93 private static final String LOG_TAG = "GTestResultParser"; field in GeeTestResultParser
153 Log.e(LOG_TAG, "Could not find stack trace for failed test"); in getTrace()
417 Log.e(LOG_TAG, "Could not detect the test class and test name, received: " + in parseTestIdentifier()
443 Log.e(LOG_TAG, "Unable to determine number of tests expected, received: " + in processRunStartedTag()
469 Log.e(LOG_TAG, "Unable to determine the total running time, received: " + in processRunCompletedTag()
513 Log.e(LOG_TAG, "Test currently not in progress when trying to end test: " + identifier); in doTestEnded()
523 Log.e(LOG_TAG, "Test run time value is invalid, received: " + in doTestEnded()
531 Log.e(LOG_TAG, "No test/class name is currently recorded as running!"); in doTestEnded()
535 Log.e(LOG_TAG, "Name for current test class does not match class we started " + in doTestEnded()
541 Log.e(LOG_TAG, "Name for current test does not match test we started with," + in doTestEnded()
[all …]
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java50 private static final String LOG_TAG = "ThemeHostTest"; field in ThemeHostTest
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 …]
/cts/tests/tests/util/src/android/util/cts/
DTimingLoggerTest.java23 private static final String LOG_TAG = "TimingLoggerTest"; field in TimingLoggerTest
27 TimingLogger timings = new TimingLogger(LOG_TAG, "testTimingLogger"); in testTimingLogger()
31 timings.reset(LOG_TAG, "testReset"); in testTimingLogger()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java42 private static final String LOG_TAG = "DeviceInfoCollector"; field in DeviceInfoCollector
103 Log.e(LOG_TAG, String.format("Could not find %s", apkFile.getAbsolutePath())); in runInstrumentation()
122 Log.e(LOG_TAG, "Invalid instance of buildInfo"); in pullExtendedDeviceInfoResults()
128 Log.e(LOG_TAG, "Local result directory is null or is not a directory"); in pullExtendedDeviceInfoResults()
142 Log.e(LOG_TAG, String.format("Failed to run %s", command)); in pullExtendedDeviceInfoResults()
151 Log.e(LOG_TAG, e); in execute()
159 Log.e(LOG_TAG, String.format( in getDeviceResultDir()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DTestSensorManager.java38 private static final String LOG_TAG = "TestSensorManager"; field in TestSensorManager
74 Log.w(LOG_TAG, "Listener already registered, returning."); in registerListener()
103 Log.w(LOG_TAG, "Listener already registered, returning."); in registerListener()
149 Log.w(LOG_TAG, "No listener registered, returning."); in unregisterListener()
166 Log.w(LOG_TAG, "No listener registered, returning."); in requestFlush()
/cts/tests/tests/opengl/libopengltest/
Dattach_shader_nine.cpp22 #define LOG_TAG "attach_shader_nine" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_eight.cpp22 #define LOG_TAG "attach_shader_eight" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_six.cpp22 #define LOG_TAG "attach_shader_six" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_three.cpp24 #define LOG_TAG "attach_shader_three" macro
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_four.cpp22 #define LOG_TAG "attach_shader_four" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_seven.cpp22 #define LOG_TAG "attach_shader_seven" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_two.cpp24 #define LOG_TAG "attach_shader_two" macro
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_eleven.cpp24 #define LOG_TAG "attach_shader_eleven" macro
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_ten.cpp23 #define LOG_TAG "attach_shader_ten" macro
24 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_five.cpp22 #define LOG_TAG "attach_shader_five" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_one.cpp24 #define LOG_TAG "attach_shader_one" macro
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DFrequencyVerification.java36 private static final String LOG_TAG = FrequencyVerification.class.getSimpleName(); field in FrequencyVerification
73 Log.i(LOG_TAG, String.format( in getDefault()
83 Log.w(LOG_TAG, "This sensor (" + sensor.getName() + ") didn't report its maxDelay." in getDefault()
139 Log.e(LOG_TAG, "Frequency test FAIL: " + resultString); in verify()
142 Log.i(LOG_TAG, "Frequency test pass: " + resultString); in verify()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp17 #define LOG_TAG "SplitApp" macro
24 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp17 #define LOG_TAG "EGLCleanup" macro
30 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
31 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
32 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
33 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
DEGLCreateContext_test.cpp29 #define LOG_TAG "EGLCreateContext_test" macro
30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DAppSecurityTests.java79 private static final String LOG_TAG = "AppSecurityTests"; field in AppSecurityTests
113 Log.i(LOG_TAG, "installing apks with shared uid, but different certs"); in testSharedUidDifferentCerts()
140 Log.i(LOG_TAG, "installing app upgrade with different certs"); in testAppUpgradeDifferentCerts()
164 Log.i(LOG_TAG, "installing app that attempts to access another app's private data"); in testAppFailAccessPrivateData()
194 Log.i(LOG_TAG, "Uninstalling app, verifying data is removed."); in testUninstallRemovesData()
225 Log.i(LOG_TAG, "installing app that attempts to instrument another app"); in testInstrumentationDiffCert()
258 Log.i(LOG_TAG, "installing app that attempts to use permission of another app"); in testPermissionDiffCert()
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTestCase.java32 protected static final String LOG_TAG = "TestRunner"; field in SensorTestCase
55 Log.w(LOG_TAG, e.getMessage()); in runBare()

1234