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

1234567891011>>

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DAbstractResult.java37 private static final String LOG_TAG = "AbstractResult"; field in class:AbstractResult
109 Log.e(LOG_TAG, "Unable to serialize result: " + getRelativePath(), e);
133 Log.e(LOG_TAG, "Unable to deserialize result!", e);
135 Log.e(LOG_TAG, "Unable to deserialize result!", e);
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/compile/libbcc/helper/
H A DDebugHelper.h24 #define LOG_TAG "bcc" macro
/frameworks/native/libs/utils/tests/
H A DZipFileRO_test.cpp17 #define LOG_TAG "ZipFileRO_test" macro
/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/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java70 static final String LOG_TAG = "CDMA"; field in class:SmsMessage
112 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
239 Log.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
258 Log.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
268 Log.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
371 Log.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
380 Log.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
389 Log.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
434 Log.w(LOG_TAG, "isReplyPathPresent: is not supported in CDMA mode.");
515 Log.e(LOG_TAG, "createFromPd
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java71 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
124 Log.i(LOG_TAG, "Seeding RNG with value: " + seed);
140 Log.i(LOG_TAG, "Received Notification for download: " + id);
143 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
155 Log.i(LOG_TAG, "Download status is: " + status);
163 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
213 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
229 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
318 Log.i(LOG_TAG, "Generating data of size: " + size);
453 Log.i(LOG_TAG, "columnNam
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java90 // NOTE that LOG_TAG here is "GSM", which means that log messages
93 static final String LOG_TAG = "GSM"; field in class:GSMPhone
177 Log.i(LOG_TAG, "New connection; resetting radio");
181 Log.w(LOG_TAG,
192 Log.w(LOG_TAG, "Failure to open com.android.internal.telephony.debug socket", ex);
229 Log.d(LOG_TAG, "removeReferences");
240 if(LOCAL_DEBUG) Log.d(LOG_TAG, "GSMPhone finalized");
487 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 0: rejectCall");
491 if (LOCAL_DEBUG) Log.d(LOG_TAG,
496 if (LOCAL_DEBUG) Log.d(LOG_TAG,
[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/telephony/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/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/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java58 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
129 Log.e(LOG_TAG, message, e);
137 Log.d(LOG_TAG, "tap (" + x + ", " + y + ")");
151 Log.d(LOG_TAG, "tap (" + x + ", " + y + ")");
172 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
180 Log.d(LOG_TAG, "longTap (" + x + ", " + y + ")");
195 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
206 Log.d(LOG_TAG, "touchUp (" + x + ", " + y + ")");
218 Log.d(LOG_TAG, "touchMove (" + x + ", " + y + ")");
239 Log.d(LOG_TAG, "scrollSwip
[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/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);
82 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "connect to %s @%lld", uri, offset);
84 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG,
175 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Simulating that the network is down.");
333 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Reconnecting...");
336 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Reconnect failed w/ err 0x%08x", err);
/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");
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 " +
/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");
/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java57 private static final String LOG_TAG = "SearchSuggestions"; field in class:SearchRecentSuggestions
203 Log.e(LOG_TAG, "saveRecentQuery", e);
245 Log.e(LOG_TAG, "truncateHistory", e);
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DInterrogationActivityTest.java48 private static String LOG_TAG = "InterrogationActivityTest"; field in class:InterrogationActivityTest
137 Log.i(LOG_TAG, "testFindAccessibilityNodeInfoByViewId: "
154 Log.i(LOG_TAG, "testFindAccessibilityNodeInfoByViewText: "
171 Log.i(LOG_TAG, "testFindAccessibilityNodeInfoByViewTextContentDescription: "
226 Log.i(LOG_TAG, "testTraverseAllViews: " + elapsedTimeMillis + "ms");
250 Log.i(LOG_TAG, "testPerformAccessibilityActionFocus: " + elapsedTimeMillis + "ms");
282 Log.i(LOG_TAG, "testPerformAccessibilityActionClearFocus: "
307 Log.i(LOG_TAG, "testPerformAccessibilityActionSelect: " + elapsedTimeMillis + "ms");
339 Log.i(LOG_TAG, "testPerformAccessibilityActionClearSelection: "
409 Log.i(LOG_TAG, "testAccessibilityEventGetSourc
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java35 private static final String LOG_TAG = "ScreenshotTest"; field in class:ScreenshotTest
47 Log.d(LOG_TAG, "starting testScreenshot");
92 Log.d(LOG_TAG, String.format("Detected new file added %s", path));

Completed in 650 milliseconds

1234567891011>>