Searched refs:LOG_TAG (Results 126 - 150 of 1134) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java46 private final static String LOG_TAG = "PhoneSwitcherTest"; field in class:PhoneSwitcherTest
114 Rlog.d(LOG_TAG, "ACTIVE_PHONE_SWITCH, inc to " + count);
154 Rlog.d(LOG_TAG + " " + mTestName, str);
H A DSubscriptionMonitorTest.java41 private final static String LOG_TAG = "SubscriptionMonitorTest"; field in class:SubscriptionMonitorTest
110 Rlog.d(LOG_TAG, "SUBSCRIPTION_CHANGED, inc to " +
121 Rlog.d(LOG_TAG, "DEFAULT_SUBSCRIPTION_CHANGED, inc to " +
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactoryTest.java48 private final static String LOG_TAG = "TelephonyNetworkFactoryTest"; field in class:TelephonyNetworkFactoryTest
59 Rlog.d(LOG_TAG + " " + mTestName, str);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java65 private static final String LOG_TAG = "PhoneMock"; field in class:PhoneMock
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java69 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardBuilder
138 Log.w(LOG_TAG, "Should not use vCard 4.0 when building vCard. " +
162 /* Log.w(LOG_TAG,
176 Log.i(LOG_TAG,
199 Log.w(LOG_TAG, "Unknown vCard version detected.");
277 Log.w(LOG_TAG, "Invalid flag is used in vCard 4.0 construction. Ignored.");
352 Log.w(LOG_TAG, "DISPLAY_NAME is empty.");
1021 Log.w(LOG_TAG, "Should not come here. Must have at least one postal data.");
1311 Log.d(LOG_TAG, "Unknow
[all...]
H A DVCardComposer.java95 private static final String LOG_TAG = "VCardComposer"; field in class:VCardComposer
221 /* Log.w(LOG_TAG,
238 Log.d(LOG_TAG, "Use the charset \"" + mCharset + "\"");
354 if (DEBUG) Log.d(LOG_TAG, "Unexpected contentUri: " + contentUri);
406 Log.e(LOG_TAG, "init() is already called");
419 Log.e(LOG_TAG, String.format("Cursor became null unexpectedly"));
429 Log.d(LOG_TAG,
471 Log.e(LOG_TAG, "Cursor#moveToNext() returned false");
525 Log.e(LOG_TAG, "IllegalArgumentException has been thrown: " +
528 Log.e(LOG_TAG, "IllegalAccessExceptio
[all...]
H A DVCardConfig.java31 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardConfig
415 Log.e(LOG_TAG, "Unknown vCard type String: \"" + vcardTypeString + "\"");
H A DVCardConstants.java22 /* package */ static final String LOG_TAG = "vCard"; field in class:VCardConstants
H A DVCardEntry.java69 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntry
1857 Log.w(LOG_TAG,
2007 Log.w(LOG_TAG,
H A DVCardEntryCommitter.java41 public static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryCommitter
64 Log.d(LOG_TAG, String.format("time to commit entries: %d ms", mTimeToCommit));
92 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
95 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
H A DVCardEntryConstructor.java45 private static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryConstructor
H A DVCardParserImpl_V21.java46 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V21
172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName);
284 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
291 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
388 Log.w(LOG_TAG, "Empty group found. Ignoring.");
405 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
422 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
483 Log.w(LOG_TAG, String.format("TYPE unsupported by %s: ", getVersion(), ptypeval));
496 Log.w(LOG_TAG, Strin
[all...]
H A DVCardParserImpl_V30.java39 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V30
216 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
228 Log.w(LOG_TAG, "Comma is used before actual string comes. (" +
246 Log.d(LOG_TAG, "Dangling Dquote.");
250 Log.w(LOG_TAG, "Unintended behavior. We must not see empty StringBuilder " +
287 Log.w(LOG_TAG, "AGENT in vCard 3.0 is not supported yet. Ignore it");
H A DVCardProperty.java61 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardProperty
74 Log.w(LOG_TAG, String.format("Property name is re-defined " +
H A DVCardSourceDetector.java43 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardSourceDetector
116 Log.w(LOG_TAG, "Invalid version string: " + versionString);
H A DVCardUtils.java44 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardUtils
391 Log.w(LOG_TAG, "Unknown vCard type");
792 Log.w(LOG_TAG, "Given raw string is empty.");
799 Log.w(LOG_TAG, "Failed to decode: " + sourceCharset);
807 Log.e(LOG_TAG, "DecoderException is thrown.");
814 Log.e(LOG_TAG, "Failed to encode: charset=" + targetCharset);
846 Log.e(LOG_TAG, "Failed to encode: charset=" + targetCharset);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java53 private static final String LOG_TAG = "VCardVerifier"; field in class:VCardVerifier
261 Log.e(LOG_TAG, "VCardException", e);
268 if (DEBUG) Log.d(LOG_TAG, vcard);
335 Log.e(LOG_TAG, "Unexpected provider given.");
H A DVNodeBuilder.java46 private static String LOG_TAG = "VNodeBuilder"; field in class:VNodeBuilder
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java57 private static final String LOG_TAG = SipAudioCall.class.getSimpleName(); field in class:SipAudioCall
838 .createWifiLock(WifiManager.WIFI_MODE_FULL_HIGH_PERF, LOG_TAG);
1133 Rlog.d(LOG_TAG, s);
1137 Rlog.e(LOG_TAG, s);
1141 Rlog.e(LOG_TAG, s, t);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp32 #define LOG_TAG "AudioGroup" macro
H A DEchoSuppressor.cpp23 #define LOG_TAG "Echo" macro
H A DRtpStream.cpp26 #define LOG_TAG "RtpStream" macro
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp17 #define LOG_TAG "wifi" macro
H A Dcom_android_server_wifi_nan_WifiNanNative.cpp17 #define LOG_TAG "wifinan" macro
H A Djni_helper.cpp17 #define LOG_TAG "wifi" macro

Completed in 376 milliseconds

1234567891011>>