Searched refs:LOG_TAG (Results 226 - 250 of 1134) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java42 static final String LOG_TAG = "ApnSetting"; field in class:ApnSetting
431 Rlog.e(LOG_TAG, "Carrier config service is not available");
437 Rlog.e(LOG_TAG, "Can't get the config. subId = " + subId);
443 Rlog.e(LOG_TAG, carrierConfig + " is not available. " + "subId = " + subId);
450 Rlog.d(LOG_TAG, "For subId = " + subId + ", metered APN types are " +
457 if (DBG) Rlog.d(LOG_TAG, "All APN types are metered. isRoaming: " + isRoaming);
462 if (DBG) Rlog.d(LOG_TAG, type + " is metered. isRoaming: " + isRoaming);
468 if (DBG) Rlog.d(LOG_TAG, "APN_TYPE_ALL APN is metered. isRoaming: " +
474 if (DBG) Rlog.d(LOG_TAG, type + " is not metered. isRoaming: " + isRoaming);
482 if (DBG) Rlog.d(LOG_TAG, "Metere
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java49 private static final String LOG_TAG = "WAP PUSH"; field in class:WapPushTest
446 Log.v(LOG_TAG, "data verify interface connected.");
473 Log.w(LOG_TAG, "super exception");
475 // Log.d(LOG_TAG, "test setup");
851 //Log.d(LOG_TAG, "uint32Val = " + Integer.toHexString(uint32Val) + ", topbit = "
883 Log.d(LOG_TAG, "headerStart = " + headerStart + ", appId = " + mAppIdValue
885 Log.d(LOG_TAG, "random arr length:" + arr.length);
930 Log.d(LOG_TAG, "appId added.");
958 Log.d(LOG_TAG, "field name index:" + index);
959 Log.d(LOG_TAG, "typ
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java42 private final static String LOG_TAG = "BearerData"; field in class:BearerData
633 Rlog.e(LOG_TAG, "user data with null payloadStr");
645 Rlog.e(LOG_TAG, "user data with octet encoding but null payload");
653 Rlog.e(LOG_TAG, "non-octet user data with null payloadStr");
946 Rlog.e(LOG_TAG, "BearerData encode failed: " + ex);
948 Rlog.e(LOG_TAG, "BearerData encode failed: " + ex);
968 Rlog.d(LOG_TAG, "MESSAGE_IDENTIFIER decode " +
987 Rlog.d(LOG_TAG, "RESERVED bearer data subparameter " + subparamId + " decode "
1043 Rlog.e(LOG_TAG, charset + " decode error: offset = " + offset + " numFields = "
1308 Rlog.d(LOG_TAG, "REPLY_OPTIO
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java67 static final String LOG_TAG = "ImsPhoneMmiCode"; field in class:ImsPhoneMmiCode
539 Rlog.d(LOG_TAG, "isTwoDigitShortCode");
549 Rlog.d(LOG_TAG, "Two Digit Number Pattern " + dialnumber);
551 Rlog.d(LOG_TAG, "Two Digit Number Pattern -true");
555 Rlog.d(LOG_TAG, "Two Digit Number Pattern -false");
707 Rlog.d(LOG_TAG, "Invalid service class " + exc);
747 Rlog.d(LOG_TAG, "isShortCode");
750 Rlog.d(LOG_TAG, "Sending short code '"
754 Rlog.d(LOG_TAG, "is CF");
797 Rlog.d(LOG_TAG, "i
[all...]
/frameworks/av/camera/
H A DCameraUtils.cpp17 #define LOG_TAG "CameraUtils" macro
H A DICameraServiceProxy.cpp17 #define LOG_TAG "BpCameraServiceProxy" macro
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
H A DCryptoPlugin.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
H A DSessionLibrary.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
/frameworks/av/media/common_time/
H A Dlocal_clock.cpp17 #define LOG_TAG "common_time" macro
/frameworks/av/media/libmedia/
H A DIAudioRecord.cpp18 #define LOG_TAG "IAudioRecord" macro
H A DIDrmClient.cpp19 #define LOG_TAG "IDrmClient" macro
H A DIMediaCodecService.cpp18 #define LOG_TAG "IMediaCodecService" macro
H A DIMediaExtractorService.cpp18 #define LOG_TAG "IMediaExtractorService" macro
H A DMediaResource.cpp18 #define LOG_TAG "MediaResource" macro
H A DMediaUtils.cpp17 #define LOG_TAG "MediaUtils" macro
/frameworks/av/media/libnbaio/
H A DAudioStreamInSource.cpp17 #define LOG_TAG "AudioStreamInSource" macro
H A DLibsndfileSource.cpp17 #define LOG_TAG "LibsndfileSource" macro
H A DMonoPipeReader.cpp17 #define LOG_TAG "MonoPipeReader" macro
H A DPipe.cpp17 #define LOG_TAG "Pipe" macro
/frameworks/av/media/libstagefright/
H A DProcessInfo.cpp18 #define LOG_TAG "ProcessInfo" macro
/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp18 #define LOG_TAG "hexdump" macro
/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp18 #define LOG_TAG "HTTPHelper" macro
/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp18 #define LOG_TAG "FrameDropper_test" macro
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp17 #define LOG_TAG "DummyRecorder" macro

Completed in 5107 milliseconds

1234567891011>>