Searched refs:LOG_TAG (Results 126 - 150 of 798) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java47 private static final String LOG_TAG = "BandwidthTest"; field in class:BandwidthTest
76 Log.v(LOG_TAG, "Initialized mConnectionUtil");
123 Log.d(LOG_TAG, prof_stats.toString());
178 Log.d(LOG_TAG, prof_stats.toString());
232 Log.v(LOG_TAG, "Download url: " + targetUrl);
238 Log.d(LOG_TAG, prof_stats.toString());
308 Log.e(LOG_TAG, "Empty bundle provided.");
333 Log.w(LOG_TAG, "Invalid state found in NetworkStats.");
/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
H A DBalls.java49 private static final String LOG_TAG = "libRS_jni"; field in class:Balls
112 Log.v(LOG_TAG, message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java30 private static String LOG_TAG = "TelephonyConnection"; field in class:Connection
296 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {
H A DAdnRecord.java36 static final String LOG_TAG = "GSM"; field in class:AdnRecord
215 Log.w(LOG_TAG, "[buildAdnString] Empty dialing number");
219 Log.w(LOG_TAG,
223 Log.w(LOG_TAG,
274 Log.w(LOG_TAG, "Error parsing AdnRecord ext record", ex);
315 Log.w(LOG_TAG, "Error parsing AdnRecord", ex);
H A DRetryManager.java76 static public final String LOG_TAG = "GSM"; field in class:RetryManager
211 Log.e(LOG_TAG, "Unrecognized configuration name value pair: "
368 Log.e(LOG_TAG, name + " bad value: " + stringValue, e);
386 Log.e(LOG_TAG, name + " bad value: is < 0");
408 Log.d(LOG_TAG, "[RM] " + s);
H A DApnContext.java32 public final String LOG_TAG; field in class:ApnContext
73 LOG_TAG = logTag;
240 Log.d(LOG_TAG, "[ApnContext:" + mApnType + "] " + s);
H A DPhoneStateIntentReceiver.java40 private static final String LOG_TAG = "PHONE"; field in class:PhoneStateIntentReceiver
177 if (DBG) Log.d(LOG_TAG, "onReceiveIntent: ACTION_PHONE_STATE_CHANGED, state="
198 Log.e(LOG_TAG, "[PhoneStateIntentRecv] caught " + ex);
H A DIccUtils.java34 static final String LOG_TAG="IccUtils"; field in class:IccUtils
190 Log.e(LOG_TAG, "implausible UnsupportedEncodingException",
363 Log.e(LOG_TAG,"implausible UnsupportedEncodingException", ex);
412 Log.e(LOG_TAG, "parse end and size error");
464 Log.e(LOG_TAG, "not event number of color");
502 Log.e(LOG_TAG, "not odd number of color");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java45 private static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryConstructor
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 + "\"");
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp18 #define LOG_TAG "ChromiumHTTPDataSource" macro
68 LOG_PRI(ANDROID_LOG_VERBOSE, LOG_TAG, "connect on behalf of uid %d", uid);
81 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG,
171 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Simulating that the network is down.");
329 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Reconnecting...");
332 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Reconnect failed w/ err 0x%08x", err);
/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java50 private static final String LOG_TAG = "ViewServer"; field in class:ViewServer
130 Slog.w(LOG_TAG, "Could not stop all view server threads");
140 Slog.w(LOG_TAG, "Could not close the view server");
177 Slog.w(LOG_TAG, "Connection error: ", e);
254 Slog.w(LOG_TAG, "An error occurred with the command: " + command);
257 Slog.w(LOG_TAG, "Connection error: ", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimUiccRecords.java46 protected static final String LOG_TAG = "GSM"; field in class:IsimUiccRecords
83 Log.e(LOG_TAG, "Received message " + msg +
100 Log.w(LOG_TAG, "Exception parsing SIM record", exc);
182 Log.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
265 if (DBG) Log.d(LOG_TAG, "[ISIM] " + s);
270 if (DBG) Log.e(LOG_TAG, "[ISIM] " + s);
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java49 private static final String LOG_TAG = "TestRequestBuilder"; field in class:TestRequestBuilder
164 Log.e(LOG_TAG, String.format("Unrecognized test size '%s'", testSize));
246 Log.i(LOG_TAG, String.format("Scanning classpath to find tests in apks %s",
259 Log.e(LOG_TAG, "Failed to scan classes", e);
279 Log.e(LOG_TAG, String.format("Could not find annotation class: %s", className));
281 Log.e(LOG_TAG, String.format("Class %s is not an annotation", className));
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java27 private static final String LOG_TAG = UiScrollable.class.getSimpleName(); field in class:UiScrollable
308 Log.d(LOG_TAG, "scrollForward() on selector = " + getSelector());
371 Log.d(LOG_TAG, "scrollBackward() on selector = " + getSelector());
388 Log.d(LOG_TAG, "scrollToBegining() using vertical scroll");
396 Log.d(LOG_TAG, "scrollToBegining() using hotizontal scroll");
416 Log.d(LOG_TAG, "scrollToBeginning() on selector = " + getSelector());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java42 private static final String LOG_TAG = "GSM"; field in class:UsimPhoneBookManager
146 Log.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
164 Log.e(LOG_TAG, "Error: IAP file is empty");
174 Log.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait");
178 Log.e(LOG_TAG, "Error: Email file is empty");
191 Log.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait");
209 Log.e(LOG_TAG, "Error: Improper ICC card: No IAP record for ADN, continuing");
265 Log.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing");
321 Log.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
451 if(DBG) Log.d(LOG_TAG, ms
[all...]
H A DGsmCallTracker.java56 static final String LOG_TAG = "GSM"; field in class:GsmCallTracker
117 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
124 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
131 Log.d(LOG_TAG, "GsmCallTracker finalized");
381 Log.e(LOG_TAG,"GsmCallTracker.pendingOperations < 0");
474 Log.e(LOG_TAG, "unexpected error on hangup");
493 Log.i(LOG_TAG,"Phantom call appeared " + dc);
555 Log.d(LOG_TAG,"Pending MO dropped before poll fg state:"
643 Log.i(LOG_TAG,"Phone State:" + state);
645 Log.i(LOG_TAG,"Ringin
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java161 private static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
766 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
966 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
981 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1024 Log.i(LOG_TAG, "Read " + readRecord.toString());
1029 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1032 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1034 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1062 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe);
1083 Log.i(LOG_TAG, "Wrot
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java942 static final private String LOG_TAG = "EditStyledText.EditorManager"; field in class:EditStyledText.EditorManager
991 Log.d(LOG_TAG, "--- onClickSelect");
1007 Log.d(LOG_TAG, "--- onClickView");
1017 Log.d(LOG_TAG, "--- onClickSelectAll");
1034 Log.d(LOG_TAG, "--- onFixSelectedItem");
1062 Log.d(LOG_TAG, "--- onInsertHorizontalLine:");
1109 Log.d(LOG_TAG, "--- onClearStyles");
1129 Log.d(LOG_TAG, "--- onRefreshStyles");
1156 Log.d(LOG_TAG, "--- setItemSize");
1172 Log.d(LOG_TAG, "
2347 String LOG_TAG = "StyledTextArrowKeyMethod"; field in class:EditStyledText.StyledTextArrowKeyMethod
2504 private static final String LOG_TAG = "EditStyledTextSpan"; field in class:EditStyledText.EditStyledTextSpans
[all...]
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java67 private static final String LOG_TAG = "AccessibilityInjector"; field in class:AccessibilityInjectorFallback
217 Log.w(LOG_TAG, "Unknown action code: " + actionCode);
378 Log.d(LOG_TAG, "Selection string: " + selectionString);
400 Log.d(LOG_TAG, "Dispatching: " + event);
438 Log.e(LOG_TAG, "Disregarding malformed Web content key binding: "
444 Log.e(LOG_TAG, "Disregarding malformed Web content key binding: " + bindingString);
456 Log.e(LOG_TAG, "Disregarding malformed key binding: " + bindingString);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java55 static final String LOG_TAG = "HardwareRenderer"; field in class:HardwareRenderer
684 Log.d(LOG_TAG, "Disabling v-sync");
690 Log.d(LOG_TAG, "Profiling hardware renderer");
711 Log.d(LOG_TAG, "Debugging dirty regions");
768 Log.w(LOG_TAG, "EGL error: " + GLUtils.getEGLErrorString(error));
778 Log.w(LOG_TAG, "Mountain View, we've had a problem here. "
802 Log.w(LOG_TAG, "Hardware accelerated Canvas could not be created");
908 Log.d(LOG_TAG, "EGL configuration " + config + ":");
911 Log.d(LOG_TAG, " RED_SIZE = " + value[0]);
914 Log.d(LOG_TAG, " GREEN_SIZ
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java340 private static final String LOG_TAG = "AccessibilityService"; field in class:AccessibilityService
443 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
466 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
499 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
615 Log.w(LOG_TAG, "Unknown message type " + message.what);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DManagerService.java39 private static final String LOG_TAG = "ManagerService"; field in class:ManagerService
89 Log.d(LOG_TAG,"mIncomingHandler: " + msg.getData().getString("relativePath"));
174 Log.i(LOG_TAG, "onActualResultObtained: " + results.getRelativePath());
180 Log.w(LOG_TAG, "ensureNextTestSetup(): nextTest=null");
197 Log.w(LOG_TAG, "onTestCrashed(): " + mCurrentlyRunningTest +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java49 static final String LOG_TAG = "CDMA"; field in class:CDMALTEPhone
180 Log.e(LOG_TAG, "unexpected result from user object.");
203 Log.e(LOG_TAG, "failed to commit network selection preference");
221 Log.e(LOG_TAG, "[CDMALTEPhone] Can't store current operator ret false", e);
305 Log.d(LOG_TAG, "[CDMALTEPhone] " + s);
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp17 #define LOG_TAG "MessageQueue-JNI" macro
86 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);
89 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);

Completed in 2695 milliseconds

1234567891011>>