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

1234567891011>>

/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp21 #define LOG_TAG "bcinfo" macro
/frameworks/native/libs/utils/tests/
H A DZipFileRO_test.cpp17 #define LOG_TAG "ZipFileRO_test" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DVoiceMailConstants.java41 static final String LOG_TAG = "GSM"; field in class:VoiceMailConstants
82 Log.w(LOG_TAG, "Can't open " +
110 Log.w(LOG_TAG, "Exception in Voicemail parser " + e);
112 Log.w(LOG_TAG, "Exception in Voicemail parser " + e);
H A DGSMPhone.java94 // NOTE that LOG_TAG here is "GSM", which means that log messages
97 static final String LOG_TAG = "GSM"; field in class:GSMPhone
179 Log.i(LOG_TAG, "New connection; resetting radio");
183 Log.w(LOG_TAG,
194 Log.w(LOG_TAG, "Failure to open com.android.internal.telephony.debug socket", ex);
231 Log.d(LOG_TAG, "removeReferences");
242 if(LOCAL_DEBUG) Log.d(LOG_TAG, "GSMPhone finalized");
484 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 0: rejectCall");
488 if (LOCAL_DEBUG) Log.d(LOG_TAG,
493 if (LOCAL_DEBUG) Log.d(LOG_TAG,
[all...]
/frameworks/base/native/android/
H A Dnative_activity.cpp17 #define LOG_TAG "native_activity" macro
H A Dobb.cpp17 #define LOG_TAG "NObb" macro
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfoCache.java38 private static final String LOG_TAG = AccessibilityNodeInfoCache.class.getSimpleName(); field in class:AccessibilityNodeInfoCache
133 Log.i(LOG_TAG, "get(" + accessibilityNodeId + ") = " + info);
151 Log.i(LOG_TAG, "add(" + info + ")");
195 Log.i(LOG_TAG, "clear()");
295 Log.e(LOG_TAG, "Duplicate node: " + current);
302 Log.e(LOG_TAG, "Duplicate accessibility focus:" + current);
311 Log.e(LOG_TAG, "Duplicate input focus: " + current);
334 Log.e(LOG_TAG, "Disconneced node: ");
336 Log.e(LOG_TAG, "Node from: " + info.getWindowId() + " not from:"
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java54 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
80 Log.i(LOG_TAG, "Received Notification for download: " + id);
83 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
95 Log.i(LOG_TAG, "Download status is: " + status);
103 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
153 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
169 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
218 Log.i(LOG_TAG, "Setting WiFi State to: " + enable);
408 Log.i(LOG_TAG, "All downloads should be done...");
429 Log.i(LOG_TAG, "Waitin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java71 static final String LOG_TAG = "CDMA"; field in class:SmsMessage
113 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
240 Log.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
259 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
269 Log.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
372 Log.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
381 Log.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
390 Log.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
435 Log.w(LOG_TAG, "isReplyPathPresent: is not supported in CDMA mode.");
522 Log.e(LOG_TAG, "createFromPd
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java72 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
125 Log.i(LOG_TAG, "Seeding RNG with value: " + seed);
141 Log.i(LOG_TAG, "Received Notification for download: " + id);
144 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
156 Log.i(LOG_TAG, "Download status is: " + status);
164 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
214 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
230 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
319 Log.i(LOG_TAG, "Generating data of size: " + size);
454 Log.i(LOG_TAG, "columnNam
[all...]
/frameworks/base/core/java/android/util/
H A DFinitePool.java23 private static final String LOG_TAG = "FinitePool"; field in class:FinitePool
91 Log.w(LOG_TAG, "Element is already in pool: " + element);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java42 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain
89 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain_v11
90 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTest.java42 private static final String LOG_TAG = "RSTest"; field in class:RSTest
86 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:RSTest_v11
79 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTest_v14.java42 private static final String LOG_TAG = "RSTest_v14"; field in class:RSTest_v14
86 Log.v(LOG_TAG, message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java27 private static final String LOG_TAG = "TelephonyCapabilities"; field in class:TelephonyCapabilities
107 Log.w(LOG_TAG, "getDeviceIdLabel: no known label for phone "
H A DPhoneSubInfo.java30 static final String LOG_TAG = "PHONE"; field in class:PhoneSubInfo
53 Log.e(LOG_TAG, "Error while finalizing:", throwable);
55 Log.d(LOG_TAG, "PhoneSubInfo finalized");
121 Log.d(LOG_TAG, "VM: PhoneSubInfo.getVoiceMailNUmber: "); // + number);
134 Log.d(LOG_TAG, "VM: PhoneSubInfo.getCompleteVoiceMailNUmber: "); // + number);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduParser.java87 private static final String LOG_TAG = "PduParser"; field in class:PduParser
140 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ");
146 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF");
152 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND");
159 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND");
166 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF");
194 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND");
201 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND");
208 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_ORIG_IND");
215 Log.v(LOG_TAG, "pars
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DFileFilter.java43 private static final String LOG_TAG = "FileFilter"; field in class:FileFilter
83 Log.w(LOG_TAG, "loadTestExpectations(): File not found: " +
113 Log.w(LOG_TAG + "::reloadConfiguration",
148 Log.e(LOG_TAG, "url=" + url, e);
288 Log.e(LOG_TAG, "Malformed URL!", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java55 private static final String LOG_TAG = "SipPhone"; field in class:SipPhoneBase
214 Log.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
219 Log.v(LOG_TAG, "canDial(): disableCall = " + disableCall);
222 Log.v(LOG_TAG, "canDial(): ringingCall: " + getRingingCall().getState());
223 Log.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
224 Log.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
282 Log.e(LOG_TAG, "[SipPhone] getEsn() is a CDMA method");
287 Log.e(LOG_TAG, "[SipPhone] getMeid() is a CDMA method");
347 Log.e(LOG_TAG, "call waiting not supported");
434 Log.e(LOG_TAG, "Erro
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java59 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
132 Log.e(LOG_TAG, message, e);
171 Log.d(LOG_TAG, logString);
244 Log.w(LOG_TAG, "runAndwaitForEvent timedout waiting for events: " + eventTypesMask);
247 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
297 Log.d(LOG_TAG, "click (" + x + ", " + y + ")");
325 Log.d(LOG_TAG, "longTap (" + x + ", " + y + ")");
340 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
351 Log.d(LOG_TAG, "touchUp (" + x + ", " + y + ")");
363 Log.d(LOG_TAG, "touchMov
[all...]
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java60 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
177 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
198 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
207 if (DBG) Log.d(LOG_TAG, "close()");
214 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
224 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
233 Log.d(LOG_TAG, "updateSpinnerState - extra = "
253 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
256 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
273 Log.e(LOG_TAG, "erro
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V30.java39 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V30
239 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
251 Log.w(LOG_TAG, "Comma is used before actual string comes. (" +
269 Log.d(LOG_TAG, "Dangling Dquote.");
273 Log.w(LOG_TAG, "Unintended behavior. We must not see empty StringBuilder " +
310 Log.w(LOG_TAG, "AGENT in vCard 3.0 is not supported yet. Ignore it");
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java61 private static final String LOG_TAG = TrackerActivity.LOG_TAG; field in class:TrackerService
129 Log.d(LOG_TAG, "Adding location listener for provider " +
156 Log.d(LOG_TAG, "registering receiver");
209 Log.e(LOG_TAG, "Invalid preference for location min distance", e);
221 Log.e(LOG_TAG, "Invalid preference for location min time", e);
232 Log.d(LOG_TAG, "Removing location listeners");
365 Log.e(LOG_TAG, "Exception in CellStateHandler.handleMessage:", e);
438 Log.d(LOG_TAG, "restarting listeners due to preference change");

Completed in 1041 milliseconds

1234567891011>>