Searched defs:LOG_TAG (Results 376 - 400 of 1352) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/radio/
H A DHidlUtils.cpp16 #define LOG_TAG "HidlUtils" macro
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp18 #define LOG_TAG "ISoundTrigger" macro
H A DISoundTriggerHwService.cpp18 #define LOG_TAG "BpSoundTriggerHwService" macro
/frameworks/base/core/java/android/accessibilityservice/
H A DFingerprintGestureController.java66 private static final String LOG_TAG = "FingerprintGestureController"; field in class:FingerprintGestureController
92 Log.w(LOG_TAG, "Failed to check if fingerprint gestures are active", re);
/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java40 private static final String LOG_TAG = "BluetoothDeviceFilterUtils"; field in class:BluetoothDeviceFilterUtils
119 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria);
124 Log.i(LOG_TAG, getDeviceDisplayNameInternal(device) + (result ? " ~ " : " !~ ") + criteria);
/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java40 private static final String LOG_TAG = "PrintServiceRecS"; field in class:RecommendationService
129 Log.e(LOG_TAG, "Could not update recommended services", e);
/frameworks/base/core/java/android/security/net/config/
H A DManifestConfigSource.java28 private static final String LOG_TAG = "NetworkSecurityConfig"; field in class:ManifestConfigSource
69 Log.d(LOG_TAG, "Using Network Security Config from resource "
77 Log.d(LOG_TAG, "No Network Security Config specified, using platform default");
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java34 private static final String LOG_TAG = "RemoteViewsService"; field in class:RemoteViewsService
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfUtils.cpp24 #define LOG_TAG "PdfUtils" macro
/frameworks/base/core/jni/
H A Dandroid_app_backup_FullBackup.cpp17 #define LOG_TAG "FullBackup_native" macro
H A Dandroid_backup_BackupDataInput.cpp17 #define LOG_TAG "FileBackupHelper_native" macro
H A Dandroid_backup_BackupDataOutput.cpp17 #define LOG_TAG "FileBackupHelper_native" macro
H A Dandroid_content_res_Configuration.cpp17 #define LOG_TAG "Configuration" macro
H A Dandroid_ddm_DdmHandleNativeHeap.cpp18 #undef LOG_TAG macro
19 #define LOG_TAG "DdmHandleNativeHeap" macro
H A Dandroid_hardware_SerialPort.cpp17 #define LOG_TAG "SerialPortJNI" macro
H A Dandroid_hardware_display_DisplayViewport.cpp17 #define LOG_TAG "DisplayViewport-JNI" macro
H A Dandroid_os_Trace.cpp17 #define LOG_TAG "Trace" macro
H A Dandroid_text_AndroidCharacter.cpp18 #define LOG_TAG "AndroidUnicode" macro
H A Dandroid_util_StringBlock.cpp18 #define LOG_TAG "StringBlock" macro
H A Dandroid_view_HardwareLayer.cpp17 #define LOG_TAG "OpenGLRenderer" macro
H A Dandroid_view_PointerIcon.cpp17 #define LOG_TAG "PointerIcon-JNI" macro
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp17 #define LOG_TAG "OpenGLRenderer" macro
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DNetworkState.java35 private final String LOG_TAG = "NetworkState"; field in class:NetworkState
77 Log.v(LOG_TAG, "setStateTransitionCriteria: " + printStates());
93 Log.v(LOG_TAG, String.format("Print state depository: %s", printStates()));
96 Log.v(LOG_TAG, "No direction requested, verifying network states");
99 Log.v(LOG_TAG, "Transition to CONNECTED");
102 Log.v(LOG_TAG, "Transition to DISCONNECTED");
105 Log.e(LOG_TAG, "Invalid transition direction.");
116 Log.v(LOG_TAG, "no state is recorded");
120 Log.v(LOG_TAG, "no broadcast is expected, instead broadcast is probably received");
124 Log.v(LOG_TAG, Strin
[all...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java42 private static String LOG_TAG = "StorageManagerBaseTest.StorageManagerIntegrationTest"; field in class:StorageManagerIntegrationTest
190 Log.i(LOG_TAG, "Waiting for file to be opened on OBB...");
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewSimple.java31 private final String LOG_TAG = "AutoCompleteTextViewSimple"; field in class:AutoCompleteTextViewSimple
100 Log.d(LOG_TAG, "onItemClick() position " + position);
109 Log.d(LOG_TAG, "onItemSelected() position " + position);
118 Log.d(LOG_TAG, "onNothingSelected()");

Completed in 629 milliseconds

<<11121314151617181920>>