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

1234567891011>>

/frameworks/base/core/java/android/printservice/
H A DPrintJob.java36 private static final String LOG_TAG = "PrintJob"; field in class:PrintJob
80 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
299 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
388 Log.e(LOG_TAG, "Error setting the state of job: " + mCachedInfo.getId(), re);
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteGlobal.cpp17 #define LOG_TAG "SQLiteGlobal" macro
H A Dandroid_hardware_UsbDevice.cpp17 #define LOG_TAG "UsbDeviceJNI" macro
H A Dandroid_nfc.h25 #define LOG_TAG "NdefMessage" macro
H A Dandroid_ddm_DdmHandleNativeHeap.cpp18 #undef LOG_TAG macro
19 #define LOG_TAG "DdmHandleNativeHeap" macro
/frameworks/base/libs/androidfw/
H A Dmisc.cpp17 #define LOG_TAG "misc" macro
/frameworks/base/libs/hwui/
H A DImage.cpp17 #define LOG_TAG "OpenGLRenderer" macro
/frameworks/base/services/input/
H A DInputWindow.cpp17 #define LOG_TAG "InputWindow" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java74 private static final String LOG_TAG = "UiccController"; field in class:UiccController
185 Rlog.e(LOG_TAG, " Unknown Event " + msg.what);
201 Rlog.e(LOG_TAG,"Error getting ICC status. "
222 Rlog.d(LOG_TAG, string);
H A DAdnRecord.java38 static final String LOG_TAG = "AdnRecord"; field in class:AdnRecord
222 Rlog.w(LOG_TAG, "[buildAdnString] Empty dialing number");
226 Rlog.w(LOG_TAG,
230 Rlog.w(LOG_TAG,
281 Rlog.w(LOG_TAG, "Error parsing AdnRecord ext record", ex);
322 Rlog.w(LOG_TAG, "Error parsing AdnRecord", ex);
H A DIsimUiccRecords.java43 protected static final String LOG_TAG = "IsimUiccRecords"; field in class:IsimUiccRecords
89 Rlog.e(LOG_TAG, "Received message " + msg +
106 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
188 Rlog.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
271 if (DBG) Rlog.d(LOG_TAG, "[ISIM] " + s);
276 if (DBG) Rlog.e(LOG_TAG, "[ISIM] " + s);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java46 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardParserImpl_V21
172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName);
284 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
291 Log.e(LOG_TAG, "Invalid line which looks like some comment was found. Ignored.");
388 Log.w(LOG_TAG, "Empty group found. Ignoring.");
405 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
422 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
483 Log.w(LOG_TAG, String.format("TYPE unsupported by %s: ", getVersion(), ptypeval));
496 Log.w(LOG_TAG, Strin
[all...]
H A DVCardEntryConstructor.java45 private static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryConstructor
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java31 private static String LOG_TAG = "Connection"; field in class:Connection
297 if (Rlog.isLoggable(LOG_TAG, Log.DEBUG)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterFailBringUpAll.java41 private static final String LOG_TAG = "DcTesterFailBrinupAll"; field in class:DcTesterFailBringUpAll
106 Rlog.d(LOG_TAG, s);
/frameworks/rs/java/tests/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/testing/androidtestlib/src/com/android/test/runner/listener/
H A DCoverageListener.java42 private static final String LOG_TAG = null; field in class:CoverageListener
102 Log.e(LOG_TAG, msg, e);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp18 #define LOG_TAG "ChromiumHTTPDataSource" macro
70 LOG_PRI(ANDROID_LOG_VERBOSE, LOG_TAG, "connect on behalf of uid %d", uid);
85 LOG_PRI(ANDROID_LOG_VERBOSE, LOG_TAG,
181 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Simulating that the network is down.");
339 LOG_PRI(ANDROID_LOG_INFO, LOG_TAG, "Reconnecting...");
342 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/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java52 private static final String LOG_TAG = "TestRequestBuilder"; field in class:TestRequestBuilder
231 Log.e(LOG_TAG, String.format("Unrecognized test size '%s'", testSize));
316 Log.i(LOG_TAG, String.format("Scanning classpath to find tests in apks %s",
338 Log.e(LOG_TAG, "Failed to scan classes", e);
358 Log.e(LOG_TAG, String.format("Could not find annotation class: %s", className));
360 Log.e(LOG_TAG, String.format("Class %s is not an annotation", className));
/frameworks/base/services/java/com/android/server/
H A DAssetAtlasService.java69 private static final String LOG_TAG = "Atlas"; field in class:AssetAtlasService
180 Log.w(LOG_TAG, "Could not get package info", e);
223 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Loaded configuration: " + config);
308 Log.d(LOG_TAG, String.format("Rendered atlas in %.2fms (%.2f+%.2fms)",
394 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Computing best atlas configuration...");
419 Log.w(LOG_TAG, "Could not complete configuration computation");
436 Log.d(LOG_TAG, String.format("Found best atlas configuration in %.2fs", delay));
453 Log.w(LOG_TAG, "Current configuration inconsistent with assets list");
455 Log.w(LOG_TAG, "Could not delete the current configuration");
505 Log.w(LOG_TAG, "Coul
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java56 static final String LOG_TAG = "GsmCallTracker"; field in class:GsmCallTracker
119 Rlog.d(LOG_TAG, "dispose: call connnection onDisconnect, cause LOST_SIGNAL");
123 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
130 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
134 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
142 Rlog.d(LOG_TAG, "GsmCallTracker finalized");
398 Rlog.e(LOG_TAG,"GsmCallTracker.pendingOperations < 0");
493 Rlog.e(LOG_TAG, "unexpected error on hangup");
512 Rlog.i(LOG_TAG,"Phantom call appeared " + dc);
578 Rlog.d(LOG_TAG,"Pendin
[all...]
H A DUsimPhoneBookManager.java41 private static final String LOG_TAG = "UsimPhoneBookManager"; field in class:UsimPhoneBookManager
145 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
163 Rlog.e(LOG_TAG, "Error: IAP file is empty");
173 Rlog.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait");
177 Rlog.e(LOG_TAG, "Error: Email file is empty");
190 Rlog.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait");
208 Rlog.e(LOG_TAG, "Error: Improper ICC card: No IAP record for ADN, continuing");
264 Rlog.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing");
320 Rlog.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait");
450 if(DBG) Rlog.d(LOG_TAG, ms
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java164 private static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
774 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
976 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
991 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1034 Log.i(LOG_TAG, "Read " + readRecord.toString());
1039 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1042 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1044 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1072 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe);
1093 Log.i(LOG_TAG, "Wrot
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java160 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...]

Completed in 648 milliseconds

1234567891011>>