Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 1662) sorted by relevance

12345678910>>...67

/cts/tests/tests/util/src/android/util/cts/
DLogTest.java32 private static final String TAG = "LogTest"; field in LogTest
44 Log.e(TAG, msg); in testLogOperations()
45 Log.e(TAG, msg, tr); in testLogOperations()
46 Log.w(TAG, msg); in testLogOperations()
47 Log.w(TAG, tr); in testLogOperations()
48 Log.w(TAG, msg, tr); in testLogOperations()
49 Log.i(TAG, msg); in testLogOperations()
50 Log.i(TAG, msg, tr); in testLogOperations()
51 Log.d(TAG, msg); in testLogOperations()
52 Log.d(TAG, msg, tr); in testLogOperations()
[all …]
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCamera1Activity.java31 private static final String TAG = "Camera1Activity"; field in Camera1Activity
38 Log.i(TAG, "onCreate called."); in onCreate()
46 Log.i(TAG, "onResume called."); in onResume()
51 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
59 TAG + " camera evicted"); in onResume()
60 Log.e(TAG, "onError called with event " + i + ", camera evicted"); in onResume()
63 TAG + " camera experienced error: " + i); in onResume()
64 Log.e(TAG, "onError called with event " + i + ", camera error"); in onResume()
69 TAG + " camera connected"); in onResume()
71 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
[all …]
DCamera2Activity.java35 private static final String TAG = "Camera2Activity"; field in Camera2Activity
41 Log.i(TAG, "onCreate called."); in onCreate()
49 Log.i(TAG, "onPause called."); in onPause()
55 Log.i(TAG, "onResume called."); in onResume()
62 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
70 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
81 Log.i(TAG, "Camera " + cameraId + " is available"); in onResume()
89 Log.i(TAG, "Camera " + cameraId + " is unavailable"); in onResume()
97 Log.i(TAG, "Camera " + cameraId + " : " + physicalCameraId + " is available"); in onResume()
105 Log.i(TAG, "Camera " + cameraId + " : " + physicalCameraId + " is unavailable"); in onResume()
[all …]
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java36 private static String TAG = "CodecTest"; field in CodecTest
75 Log.v(TAG, e.toString()); in printCpuInfo()
82 Log.v(TAG, "getDuration - " + filePath); in getDuration()
88 Log.v(TAG, e.toString()); in getDuration()
91 Log.v(TAG, "Duration " + duration); in getDuration()
93 Log.v(TAG, "release"); in getDuration()
98 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition()
105 Log.v(TAG, "start playback"); in getCurrentPosition()
114 Log.v(TAG, e.toString()); in getCurrentPosition()
119 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java38 private static final String TAG = "EncodeVirtualDisplayWithCompositionTest"; field in EncodeVirtualDisplayWithCompositionTest
50 Log.i(TAG, "testRendering800x480Locally"); in testRendering800x480Locally()
56 Log.i(TAG, "SKIPPING testRendering800x480Locally(): codec not supported"); in testRendering800x480Locally()
62 Log.i(TAG, "testRenderingMaxResolutionLocally"); in testRenderingMaxResolutionLocally()
65 Log.i(TAG, "SKIPPING testRenderingMaxResolutionLocally(): codec not supported"); in testRenderingMaxResolutionLocally()
67 Log.w(TAG, "Trying resolution " + maxRes); in testRenderingMaxResolutionLocally()
75 Log.i(TAG, "testRendering800x480Remotely"); in testRendering800x480Remotely()
80 Log.i(TAG, "SKIPPING testRendering800x480Remotely(): codec not supported"); in testRendering800x480Remotely()
86 Log.i(TAG, "testRenderingMaxResolutionRemotely"); in testRenderingMaxResolutionRemotely()
89 Log.i(TAG, "SKIPPING testRenderingMaxResolutionRemotely(): codec not supported"); in testRenderingMaxResolutionRemotely()
[all …]
DMediaPlayerDrmTestBase.java137 private static final String TAG = "MediaPlayerDrmTestBase"; field in MediaPlayerDrmTestBase
182 Log.i(TAG, "Playing existing file:" + uri); in playModularDrmVideoDownload()
186 Log.i(TAG, "Downloading file:" + path); in playModularDrmVideoDownload()
191 Log.i(TAG, "Downloaded file:" + path + " id:" + id + " uri:" + file); in playModularDrmVideoDownload()
218 Log.v(TAG, "playVideoWithRetries(" + testType + ") try " + i); in playModularDrmVideoWithRetries()
225 Log.w(TAG, "playVideoWithRetries(" + testType + ") failed on try " + i + in playModularDrmVideoWithRetries()
272 Log.v(TAG, "playLoadedVideo: setDataSource()"); in playLoadedModularDrmVideo_Generic()
284 Log.v(TAG, "VideoSizeChanged" + " w:" + w + " h:" + h); in playLoadedModularDrmVideo_Generic()
329 Log.v(TAG, "playLoadedVideo: onCompletion"); in playLoadedModularDrmVideo_Generic()
334 Log.v(TAG, "playLoadedVideo: start()"); in playLoadedModularDrmVideo_Generic()
[all …]
DExtractDecodeEditEncodeMuxTest.java66 private static final String TAG = ExtractDecodeEditEncodeMuxTest.class.getSimpleName(); field in ExtractDecodeEditEncodeMuxTest
241 Log.w(TAG, "WARNING: width or height not multiple of 16"); in setSize()
317 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat); in extractDecodeEditEncodeMux()
322 Log.e(TAG, "Unable to find an appropriate codec for " + outputVideoFormat); in extractDecodeEditEncodeMux()
325 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName); in extractDecodeEditEncodeMux()
338 Log.e(TAG, "Unable to find an appropriate codec for " + outputAudioFormat); in extractDecodeEditEncodeMux()
341 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName); in extractDecodeEditEncodeMux()
401 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer"); in extractDecodeEditEncodeMux()
412 Log.e(TAG, "error while releasing videoExtractor", e); in extractDecodeEditEncodeMux()
422 Log.e(TAG, "error while releasing audioExtractor", e); in extractDecodeEditEncodeMux()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DOutOfProcessLoginActivity.java35 private static final String TAG = "OutOfProcessLoginActivity"; field in OutOfProcessLoginActivity
41 Log.i(TAG, "onCreate(" + savedInstanceState + ")"); in onCreate()
53 Log.i(TAG, "onStart()"); in onStart()
57 Log.e(TAG, "cannot write started file"); in onStart()
60 Log.e(TAG, "cannot write started file: " + e); in onStart()
66 Log.i(TAG, "onStop()"); in onStop()
71 Log.e(TAG, "could not write stopped marker"); in onStop()
73 Log.v(TAG, "wrote stopped marker"); in onStop()
76 Log.e(TAG, "could write stopped marker: " + e); in onStop()
82 Log.i(TAG, "onDestroy()"); in onDestroy()
[all …]
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationManager.java39 private static final String TAG = "TestLocationManager"; field in TestLocationManager
55 Log.i(TAG, "Remove Location updates."); in removeLocationUpdates()
66 Log.i(TAG, "Add Gnss Measurement Callback."); in registerGnssMeasurementCallback()
71 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE); in registerGnssMeasurementCallback()
84 Log.i(TAG, "Add Gnss Measurement Callback."); in registerGnssMeasurementCallback()
89 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE); in registerGnssMeasurementCallback()
102 Log.i(TAG, "Add Gnss Measurement Callback. enableFullTracking=" + request); in registerGnssMeasurementCallback()
107 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE); in registerGnssMeasurementCallback()
120 Log.i(TAG, "Add Gnss Measurement Callback. enableFullTracking=" + request); in registerGnssMeasurementCallback()
125 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE); in registerGnssMeasurementCallback()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2OfflineTestActivity.java40 private static final String TAG = "Camera2OfflineTestActivity"; field in Camera2OfflineTestActivity
46 Log.i(TAG, "onCreate called."); in onCreate()
54 Log.i(TAG, "onPause called."); in onPause()
60 Log.i(TAG, "onResume called."); in onResume()
67 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
74 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
81 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
92 Log.i(TAG, "Camera " + cameraId + " is available"); in onResume()
100 Log.i(TAG, "Camera " + cameraId + " is unavailable"); in onResume()
108 Log.i(TAG, "Camera " + cameraId + " : " + physicalCameraId + " is available"); in onResume()
[all …]
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestTileService.java35 protected final String TAG = getClass().getSimpleName(); field in TestTileService
45 Log.i(TAG, TEST_PREFIX + "onCreate"); in onCreate()
51 Log.i(TAG, TEST_PREFIX + "onDestroy"); in onDestroy()
57 Log.i(TAG, TEST_PREFIX + "onTileAdded"); in onTileAdded()
64 Log.i(TAG, TEST_PREFIX + "onTileRemoved"); in onTileRemoved()
70 Log.i(TAG, TEST_PREFIX + "onStartListening"); in onStartListening()
76 super.getQsTile().setLabel(TAG); in onStartListening()
86 Log.i(TAG, TEST_PREFIX + "onStopListening"); in onStopListening()
93 Log.i(TAG, TEST_PREFIX + "onClick"); in onClick()
94 Log.i(TAG, TEST_PREFIX + "is_secure_" + super.isSecure()); in onClick()
[all …]
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DBasicVoiceInteractionService.java54 static final String TAG = "BasicVoiceInteractionService"; field in BasicVoiceInteractionService
75 Log.i(TAG, "onStartCommand received"); in onStartCommand()
78 Log.wtf(TAG, "Can't start because either intent is null or onReady() " in onStartCommand()
88 Log.i(TAG, "testEvent = " + testEvent); in onStartCommand()
167 Log.i(TAG, "callCreateAlwaysOnHotwordDetector()"); in callCreateAlwaysOnHotwordDetector()
176 Log.i(TAG, "onAvailabilityChanged(" + status + ")"); in callCreateAlwaysOnHotwordDetector()
181 Log.i(TAG, "onDetected"); in callCreateAlwaysOnHotwordDetector()
190 Log.i(TAG, "onRejected"); in callCreateAlwaysOnHotwordDetector()
198 Log.i(TAG, "onError"); in callCreateAlwaysOnHotwordDetector()
206 Log.i(TAG, "onRecognitionPaused"); in callCreateAlwaysOnHotwordDetector()
[all …]
DMainInteractionService.java35 static final String TAG = "MainInteractionService"; field in MainInteractionService
47 Log.i(TAG, "onStartCommand received"); in onStartCommand()
51 Log.wtf(TAG, "Can't start because either intent is null or onReady() " in onStartCommand()
72 Log.i(TAG, "Yay! about to start session with TestApp"); in maybeStart()
84 Log.v(TAG, "showSession(): " + args); in maybeStart()
87 Log.wtf(TAG, "**** Not starting MainInteractionService because" + in maybeStart()
97 Log.v(TAG, "onGetSupportedVoiceActions " + voiceActions); in onGetSupportedVoiceActions()
102 Log.i(TAG, "callCreateAlwaysOnHotwordDetector()"); in callCreateAlwaysOnHotwordDetector()
109 Log.i(TAG, "onAvailabilityChanged(" + status + ")"); in callCreateAlwaysOnHotwordDetector()
114 Log.i(TAG, "onDetected"); in callCreateAlwaysOnHotwordDetector()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementRegistrationTest.java55 private static final String TAG = "GnssMeasRegTest"; field in GnssMeasurementRegistrationTest
85 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration()
90 Log.i(TAG, "Test is being skipped because the system has the AUTOMOTIVE feature."); in testGnssMeasurementRegistration()
95 mMeasurementListener = new TestGnssMeasurementListener(TAG, GPS_EVENTS_COUNT); in testGnssMeasurementRegistration()
106 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableFullTracking()
111 Log.i(TAG, "Test is being skipped because the system has the AUTOMOTIVE feature."); in testGnssMeasurementRegistration_enableFullTracking()
116 mMeasurementListener = new TestGnssMeasurementListener(TAG, GPS_EVENTS_COUNT); in testGnssMeasurementRegistration_enableFullTracking()
127 Log.i(TAG, "Number of GnssMeasurement events received = " + events.size()); in verifyGnssMeasurementsReceived()
131 Log.i(TAG, "Received GPS measurements. Test Pass."); in verifyGnssMeasurementsReceived()
136 TAG, in verifyGnssMeasurementsReceived()
[all …]
DGnssNavigationMessageRegistrationTest.java56 private static final String TAG = "GpsNavMsgRegTest"; field in GnssNavigationMessageRegistrationTest
91 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssNavigationMessageRegistration()
96 Log.i(TAG, "Test is being skipped because the system has the AUTOMOTIVE feature."); in testGnssNavigationMessageRegistration()
102 new TestGnssNavigationMessageListener(TAG, EVENTS_COUNT); in testGnssNavigationMessageRegistration()
109 Log.i(TAG, "Skip the test since NavigationMessage is not supported."); in testGnssNavigationMessageRegistration()
118 Log.i(TAG, "Received GPS Navigation Message. Test Pass."); in testGnssNavigationMessageRegistration()
124 Log.i(TAG, "Did not receive any GPS Navigation Message. Test if device is deep indoor."); in testGnssNavigationMessageRegistration()
132 Log.i(TAG, "Location received = " + mLocationListener.isLocationReceived()); in testGnssNavigationMessageRegistration()
135 mGnssStatusCallback = new TestGnssStatusCallback(TAG, EVENTS_COUNT); in testGnssNavigationMessageRegistration()
142 Log.i(TAG, "No Satellites are visible. Device may be Indoor. Skipping Test."); in testGnssNavigationMessageRegistration()
[all …]
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java68 private static final String TAG = DevicePolicyManagerTest.class.getSimpleName(); field in DevicePolicyManagerTest
115 Log.w(TAG, "Skipping testGetActiveAdmins"); in testGetActiveAdmins()
126 Log.w(TAG, "Skipping testSetGetPreferentialNetworkServiceEnabled"); in testSetGetPreferentialNetworkServiceEnabled()
136 Log.w(TAG, "Test is not a profile owner and there is no need to clear."); in testSetGetPreferentialNetworkServiceEnabled()
146 Log.w(TAG, "Skipping testKeyguardDisabledFeatures"); in testKeyguardDisabledFeatures()
164 Log.w(TAG, "Skipping testRequestRemoteBugreport_failIfNotDeviceOwner"); in testRequestRemoteBugreport_failIfNotDeviceOwner()
177 Log.w(TAG, "Skipping testSetSecurityLoggingEnabled_" in testSetSecurityLoggingEnabled_failIfNotOrganizationOwnedProfileOwner()
191 Log.w(TAG, "Skipping testIsSecurityLoggingEnabled_" in testIsSecurityLoggingEnabled_failIfNotOrganizationOwnedProfileOwner()
205 Log.w(TAG, "Skipping testRetrieveSecurityLogs_failIfNotOrganizationOwnedProfileOwner"); in testRetrieveSecurityLogs_failIfNotOrganizationOwnedProfileOwner()
218 Log.w(TAG, "Skipping testRetrievePreRebootSecurityLogs_" in testRetrievePreRebootSecurityLogs_failIfNotOrganizationOwnedProfileOwner()
[all …]
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DBroadcastTestStartActivity.java28 static final String TAG = "BroadcastTestStartActivity"; field in BroadcastTestStartActivity
33 Log.i(TAG, " in onCreate"); in onCreate()
39 Log.i(TAG, " in onResume"); in onResume()
44 Log.i(TAG, "received_testcasetype = " + testCaseType); in startTest()
53 Log.i(TAG, " in onPause"); in onPause()
60 Log.i(TAG, " in onStart"); in onStart()
66 Log.i(TAG, " in onRestart"); in onRestart()
71 Log.i(TAG, " in onStop"); in onStop()
77 Log.i(TAG, " in onDestroy"); in onDestroy()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestStartActivity.java26 static final String TAG = "TestStartActivity"; field in TestStartActivity
31 Log.i(TAG, " in onCreate"); in onCreate()
41 Log.i(TAG, " in onResume: " + intent); in onResume()
46 Log.i(TAG, " in onPause"); in onPause()
52 Log.i(TAG, " in onStart"); in onStart()
57 Log.i(TAG, " in onRestart"); in onRestart()
61 Log.i(TAG, " in onStop"); in onStop()
67 Log.i(TAG, " in onDestroy"); in onDestroy()
/cts/tests/tests/media/libndkaudio/
Dcom_android_ndkaudio_AudioPlayer.cpp25 static const char* TAG = "_com_android_ndkaudio_AudioPlayer_"; variable
41 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_Create() ..."); in Java_com_android_ndkaudio_AudioPlayer_Create()
54 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_Destroy() ..."); in Java_com_android_ndkaudio_AudioPlayer_Destroy()
59 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_RealizePlayer() ..."); in Java_com_android_ndkaudio_AudioPlayer_RealizePlayer()
64 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_RealizeRoutingProxy() ..."); in Java_com_android_ndkaudio_AudioPlayer_RealizeRoutingProxy()
69 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_Start() ..."); in Java_com_android_ndkaudio_AudioPlayer_Start()
74 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_Stop() ..."); in Java_com_android_ndkaudio_AudioPlayer_Stop()
79 __android_log_print(ANDROID_LOG_INFO, TAG, "AudioPlayer_GetRoutingInterface() ..."); in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface()
82 __android_log_print(ANDROID_LOG_INFO, TAG, " configItf:%p", configItf); in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface()
85 __android_log_print(ANDROID_LOG_INFO, TAG, " routingObj:%p", routingObj); in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsVerifierReportLog.java37 private static final String TAG = CtsVerifierReportLog.class.getSimpleName(); field in CtsVerifierReportLog
52 Log.d(TAG, "CtsVerifierReportLog()"); in CtsVerifierReportLog()
53 Log.d(TAG, " reportLogName:" + reportLogName); in CtsVerifierReportLog()
54 Log.d(TAG, " streamName:" + streamName); in CtsVerifierReportLog()
55 Log.d(TAG, " logDirectory:" + logDirectory); in CtsVerifierReportLog()
73 Log.e(TAG, "Could not create report log file.", e); in CtsVerifierReportLog()
84 Log.d(TAG, "submit()"); in submit()
89 Log.e(TAG, "ReportLog Submit Failed", e); in submit()
102 Log.e(TAG, "No implementation for addValues(double[])"); in addValues()
112 Log.e(TAG, "No implementation for addValues(double[])"); in addValues()
[all …]
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/
DHdmiControlManagerHelper.java54 private static final String TAG = HdmiControlManagerHelper.class.getSimpleName(); field in HdmiControlManagerHelper
63 Log.i(TAG, "Failed to get HdmiControlManager"); in onCreate()
75 Log.w(TAG, "Unknown intent!"); in onCreate()
82 Log.e(TAG, "Failed to get the TV client"); in deviceSelect()
90 Log.i(TAG, "Selected device with logical address " + logicalAddress); in deviceSelect()
93 TAG, in deviceSelect()
103 Log.i(TAG, "Failed to get HdmiPlaybackClient"); in initiateOtp()
110 Log.i(TAG, "OTP successful"); in initiateOtp()
112 Log.i(TAG, "OTP failed"); in initiateOtp()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java40 private static String TAG = PermissionTestService.class.getName(); field in PermissionTestService
71 Log.e(TAG, "PermissionTestService received bad message: " + msg.what); in handleMessage()
110 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfFailure()
118 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfSuccess()
148 Log.e(TAG, "testFileReadAccess: test file does not exists."); in testFileReadAccess()
152 Log.e(TAG, "testFileReadAccess: no permission to read test file."); in testFileReadAccess()
164 Log.e(TAG, "testFileReadAccess: failed to read test file, IOException."); in testFileReadAccess()
168 Log.e(TAG, "testFileReadAccess: failed to read test file."); in testFileReadAccess()
172 Log.e(TAG, "testFileReadAccess: wrong data read from test file."); in testFileReadAccess()
177 Log.e(TAG, "testFileReadAccess: failed to read test file, FileNotFoundException."); in testFileReadAccess()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathOutOfBandTestCase.java81 private static final String TAG = "DataPathOutOfBandTestCase"; field in DataPathOutOfBandTestCase
112 Log.d(TAG, "executeTest: mIsSecurityOpen=" + mIsSecurityOpen + ", mIsResponder=" in executeTest()
125 Log.e(TAG, "executeTest: attach TIMEOUT"); in executeTest()
129 Log.e(TAG, "executeTest: attach ON_ATTACH_FAILED"); in executeTest()
135 Log.e(TAG, "executeTest: attach callback succeeded but null session returned!?"); in executeTest()
140 Log.d(TAG, "executeTest: attach succeeded"); in executeTest()
145 Log.e(TAG, "executeTest: identity callback not triggered"); in executeTest()
151 Log.d(TAG, "executeTest: identity received: " + bytesToHex(mDiscoveryMac, ':')); in executeTest()
188 if (DBG) Log.d(TAG, "executeTestResponder"); in executeTestResponder()
194 if (DBG) Log.d(TAG, "executeTestResponder: publishConfig=" + publishConfig); in executeTestResponder()
[all …]
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java60 private static final String TAG = "GnssMeasRegTest"; field in GnssMeasurementRegistrationTest
93 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableFullTracking()
98 Log.i(TAG, "Test is being skipped because the system has the AUTOMOTIVE feature."); in testGnssMeasurementRegistration_enableFullTracking()
103 mMeasurementListener = new TestGnssMeasurementListener(TAG, GPS_EVENTS_COUNT); in testGnssMeasurementRegistration_enableFullTracking()
115 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableCorrelationOutputs()
120 Log.i(TAG, "Test is being skipped because the system has the AUTOMOTIVE feature."); in testGnssMeasurementRegistration_enableCorrelationOutputs()
125 mMeasurementListener = new TestGnssMeasurementListener(TAG, GPS_EVENTS_COUNT); in testGnssMeasurementRegistration_enableCorrelationOutputs()
137 Log.i(TAG, "Number of GnssMeasurement events received = " + events.size()); in verifyGnssMeasurementsReceived()
141 Log.i(TAG, "Received GPS measurements. Test Pass."); in verifyGnssMeasurementsReceived()
146 TAG, in verifyGnssMeasurementsReceived()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java46 private static final String TAG = "UiDeviceUtils"; field in UiDeviceUtils
50 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout); in waitForDeviceIdle()
55 if (DEBUG) Log.d(TAG, "wakeUpDevice"); in wakeUpDevice()
60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer()
65 if (DEBUG) Log.d(TAG, "pressEnterButton"); in pressEnterButton()
74 if (DEBUG) Log.d(TAG, "pressHomeButton"); in pressHomeButton()
79 if (DEBUG) Log.d(TAG, "pressBackButton"); in pressBackButton()
84 if (DEBUG) Log.d(TAG, "pressMenuButton"); in pressMenuButton()
89 if (DEBUG) Log.d(TAG, "pressSleepButton"); in pressSleepButton()
97 if (DEBUG) Log.d(TAG, "pressWakeupButton"); in pressWakeupButton()
[all …]

12345678910>>...67