Searched refs:LOG_TAG (Results 126 - 150 of 749) 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/telephony/java/com/android/internal/telephony/
H A DConnection.java31 private static String LOG_TAG = "TelephonyConnection"; field in class:Connection
297 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 = "RetryManager"; field in class:RetryManager
211 Log.e(LOG_TAG, "Unrecognized configuration name value pair: "
362 Log.e(LOG_TAG, name + " bad value: " + stringValue, e);
380 Log.e(LOG_TAG, name + " bad value: is < 0");
402 Log.d(LOG_TAG, s);
H A DApnContext.java32 public final String LOG_TAG; field in class:ApnContext
70 LOG_TAG = logTag;
222 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/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/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/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/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java30 private static final String LOG_TAG = UiScrollable.class.getSimpleName(); field in class:UiScrollable
293 Log.d(LOG_TAG, "scrollForward() on selector = " + getSelector());
356 Log.d(LOG_TAG, "scrollBackward() on selector = " + getSelector());
374 Log.d(LOG_TAG, "scrollToBegining() using vertical scroll");
382 Log.d(LOG_TAG, "scrollToBegining() using hotizontal scroll");
401 Log.d(LOG_TAG, "scrollToBeginning() on selector = " + getSelector());
/frameworks/base/telephony/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.java55 static final String LOG_TAG = "GSM"; field in class:GsmCallTracker
116 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
123 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
130 Log.d(LOG_TAG, "GsmCallTracker finalized");
380 Log.e(LOG_TAG,"GsmCallTracker.pendingOperations < 0");
473 Log.e(LOG_TAG, "unexpected error on hangup");
492 Log.i(LOG_TAG,"Phantom call appeared " + dc);
554 Log.d(LOG_TAG,"Pending MO dropped before poll fg state:"
642 Log.i(LOG_TAG,"Phone State:" + state);
644 Log.i(LOG_TAG,"Ringin
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java162 private static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
762 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
962 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
977 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1020 Log.i(LOG_TAG, "Read " + readRecord.toString());
1025 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1028 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1030 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1058 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe);
1079 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/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java51 static final String LOG_TAG = "CDMA"; field in class:RuimRecords
280 Log.i(LOG_TAG, "RuimRecords update failed", ar.exception);
288 Log.w(LOG_TAG, "Event not supported: " + msg.what);
306 Log.w(LOG_TAG, "Exception parsing RUIM record", exc);
367 Log.v(LOG_TAG, "RuimRecords:fetchRuimRecords " + recordsToLoad);
454 Log.d(LOG_TAG, "[RuimRecords] " + s);
459 Log.e(LOG_TAG, "[RuimRecords] " + s);
H A DCDMALTEPhone.java46 static final String LOG_TAG = "CDMA"; field in class:CDMALTEPhone
176 Log.e(LOG_TAG, "unexpected result from user object.");
199 Log.e(LOG_TAG, "failed to commit network selection preference");
217 Log.e(LOG_TAG, "[CDMALTEPhone] Can't store current operator ret false", e);
263 Log.d(LOG_TAG, "[CDMALTEPhone] " + s);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java335 private static final String LOG_TAG = "AccessibilityService"; field in class:AccessibilityService
438 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
461 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
494 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
610 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/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);
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp22 #undef LOG_TAG macro
23 #define LOG_TAG "MimeTypeUtil" macro
/frameworks/base/core/java/android/os/
H A DFileObserver.java76 private static final String LOG_TAG = "FileObserver"; field in class:FileObserver
127 Log.wtf(LOG_TAG, "Unhandled exception in FileObserver " + observer, throwable);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java54 static final String LOG_TAG = "HardwareRenderer"; field in class:HardwareRenderer
652 Log.d(LOG_TAG, "Disabling v-sync");
658 Log.d(LOG_TAG, "Profiling hardware renderer");
679 Log.d(LOG_TAG, "Debugging dirty regions");
728 Log.w(LOG_TAG, "EGL error: " + GLUtils.getEGLErrorString(error));
739 Log.w(LOG_TAG, "Mountain View, we've had a problem here. "
763 Log.w(LOG_TAG, "Hardware accelerated Canvas could not be created");
867 Log.d(LOG_TAG, "EGL configuration " + config + ":");
870 Log.d(LOG_TAG, " RED_SIZE = " + value[0]);
873 Log.d(LOG_TAG, " GREEN_SIZ
[all...]

Completed in 740 milliseconds

1234567891011>>