Searched refs:LOG_TAG (Results 76 - 100 of 1134) sorted by relevance

1234567891011>>

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java44 private static final String LOG_TAG = "WAP PUSH"; field in class:ClientTest
56 Log.v(LOG_TAG, "activity created!!");
78 Log.w(LOG_TAG, "remote add pkg failed...");
89 Log.w(LOG_TAG, "remote func failed...");
101 // Log.d(LOG_TAG, "button clicked");
111 Log.w(LOG_TAG, "remote func failed...");
139 Log.w(LOG_TAG, "remote func failed...");
149 Log.v(LOG_TAG, "service disconnected.");
154 Log.v(LOG_TAG, "service connected.");
161 Log.v(LOG_TAG, "onStar
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAlphaLayersActivity.java33 private static final String LOG_TAG = "HwUi"; field in class:AlphaLayersActivity
88 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
89 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(100.0f, 100.0f, 110.0f, 110.0f,
91 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f,
98 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
99 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f,
101 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f,
108 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
109 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f,
111 Log.d(LOG_TAG, "rejecte
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java39 private static final String LOG_TAG = "ImsPhoneCall"; field in class:ImsPhoneCall
44 private static final boolean DBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.DEBUG);
45 private static final boolean VDBG = FORCE_DEBUG || Rlog.isLoggable(LOG_TAG, Log.VERBOSE);
78 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
155 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn);
165 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " +
203 Rlog.v(LOG_TAG, "detach : " + mCallContext + " conn = " + conn);
248 Rlog.e(LOG_TAG, "setMute failed : " + e.getMessage());
265 Rlog.d(LOG_TAG, "merge: conference connect time is 0");
270 Rlog.d(LOG_TAG, "merg
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
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...]
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java59 private static final String LOG_TAG = "RemotePrintService"; field in class:RemotePrintService
192 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()");
219 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()");
224 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
247 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()");
252 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
274 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()");
279 Slog.e(LOG_TAG, "Error creating printer discovery session.", re);
307 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()");
312 Slog.e(LOG_TAG, "Erro
[all...]
H A DRemotePrintServiceRecommendationService.java47 private static final String LOG_TAG = "RemotePrintServiceRecS"; field in class:RemotePrintServiceRecommendationService
150 Log.e(LOG_TAG, "Could not connect to print service recommendation service", e);
164 Log.e(LOG_TAG, "Could not unregister callbacks", e);
180 Log.w(LOG_TAG, "Service still connected on finalize()");
221 Log.e(LOG_TAG, "Could not register callbacks", e);
228 Log.w(LOG_TAG, "Unexpected termination of connection");
/frameworks/base/core/java/android/security/net/config/
H A DManifestConfigSource.java28 private static final String LOG_TAG = "NetworkSecurityConfig"; field in class:ManifestConfigSource
67 Log.d(LOG_TAG, "Using Network Security Config from resource "
75 Log.d(LOG_TAG, "No Network Security Config specified, using platform default");
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java71 private static final String LOG_TAG = "AccessibilityManager"; field in class:AccessibilityManager
322 Log.i(LOG_TAG, event + " sent");
325 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
352 Log.i(LOG_TAG, "Requested interrupt from all services");
355 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
398 Log.i(LOG_TAG, "Installed AccessibilityServices " + services);
401 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
440 Log.i(LOG_TAG, "Installed AccessibilityServices " + services);
443 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
586 Log.e(LOG_TAG, "Erro
[all...]
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsProviderPerformanceTest.java27 private static final String LOG_TAG = "SettingsProviderPerformanceTest"; field in class:SettingsProviderPerformanceTest
72 Log.i(LOG_TAG, "Average time to set and get setting via provider APIs: "
115 Log.i(LOG_TAG, "Average time to set and get setting via front-eng APIs: "
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp17 #define LOG_TAG "Fingerprint-JNI" macro
65 //ALOG(LOG_VERBOSE, LOG_TAG, "hal_notify(msg=%d, arg1=%d, arg2=%d)\n", msg.type, arg1, arg2);
128 ALOG(LOG_VERBOSE, LOG_TAG, "nativeInit()\n");
134 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll(gid=%d, timeout=%d)\n", groupId, timeout);
138 ALOG(LOG_VERBOSE, LOG_TAG, "nativeEnroll() : invalid token size %d\n", tokenSize);
149 // ALOG(LOG_VERBOSE, LOG_TAG, "nativePreEnroll(), result = %llx", ret);
154 ALOG(LOG_VERBOSE, LOG_TAG, "nativeStopEnrollment()\n");
160 ALOG(LOG_VERBOSE, LOG_TAG, "nativeAuthenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
166 ALOG(LOG_VERBOSE, LOG_TAG, "nativeStopAuthentication()\n");
172 ALOG(LOG_VERBOSE, LOG_TAG, "nativeRemov
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSsData.java125 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Service type");
134 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Request type");
143 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Teleservice type");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java80 private static final String LOG_TAG = "UiccController"; field in class:UiccController
208 Rlog.e(LOG_TAG, "Invalid index : " + index + " received with event " + msg.what);
235 Rlog.e(LOG_TAG, " Unknown Event " + msg.what);
277 Rlog.e(LOG_TAG,"Error getting ICC status. "
283 Rlog.e(LOG_TAG,"onGetIccCardStatusDone: invalid index : " + index);
304 Rlog.e(LOG_TAG, "Sim REFRESH with exception: " + ar.exception);
309 Rlog.e(LOG_TAG,"onSimRefresh: invalid index : " + index);
314 Rlog.d(LOG_TAG, "onSimRefresh: " + resp);
317 Rlog.e(LOG_TAG,"onSimRefresh: refresh on null card : " + index);
322 Rlog.d(LOG_TAG, "Ignorin
[all...]
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp13 #define LOG_TAG "HelloComputeNDK" macro
14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/frameworks/av/drm/libmediadrm/
H A DSharedLibrary.cpp18 #define LOG_TAG "Drm" macro
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmFactory.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
/frameworks/av/media/libmedia/
H A DMediaResourcePolicy.cpp18 #define LOG_TAG "MediaResourcePolicy" macro
/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp17 #define LOG_TAG "LibsndfileSink" macro
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp18 #define LOG_TAG "mediaserver" macro
/frameworks/av/media/mtp/
H A DMtpResponsePacket.cpp17 #define LOG_TAG "MtpResponsePacket" macro
/frameworks/av/services/audioflinger/
H A DFastCaptureDumpState.cpp17 #define LOG_TAG "FastCaptureDumpState" macro
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DUsage.cpp17 #define LOG_TAG "APM::AudioPolicyEngine/Usage" macro
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp18 #define LOG_TAG "mediacodec" macro
/frameworks/av/services/mediadrm/
H A Dmain_mediadrmserver.cpp18 #define LOG_TAG "mediaserver" macro
/frameworks/av/services/mediaextractor/
H A Dmain_extractorservice.cpp18 #define LOG_TAG "mediaextractor" macro
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation" macro

Completed in 5099 milliseconds

1234567891011>>