Searched refs:LOG_TAG (Results 101 - 125 of 889) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RsTest_14/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/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/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java50 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
100 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
103 Rlog.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e);
131 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
143 Rlog.e(LOG_TAG, "CDS SMS PDU parsing failed: ", ex);
168 Rlog.w(LOG_TAG,
184 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
254 Rlog.w(LOG_TAG, "Updating language table in SMS header: "
287 Rlog.e(LOG_TAG,
300 Rlog.e(LOG_TAG,
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java54 private static final String LOG_TAG = "SipPhoneBase"; field in class:SipPhoneBase
223 Rlog.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
228 Rlog.v(LOG_TAG, "canDial(): disableCall = " + disableCall);
231 Rlog.v(LOG_TAG, "canDial(): ringingCall: " + getRingingCall().getState());
232 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState());
233 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
302 Rlog.e(LOG_TAG, "[SipPhone] getEsn() is a CDMA method");
308 Rlog.e(LOG_TAG, "[SipPhone] getMeid() is a CDMA method");
385 Rlog.e(LOG_TAG, "call waiting not supported");
486 Rlog.e(LOG_TAG, "Erro
[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/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java42 static final String LOG_TAG = "MccTable"; field in class:MccTable
183 Slog.e(LOG_TAG, "Error parsing IMSI");
187 Slog.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
208 Slog.d(LOG_TAG, "updateMccMncConfiguration updateConfig config=" + config);
211 Slog.d(LOG_TAG, "updateMccMncConfiguration nothing to update");
214 Slog.e(LOG_TAG, "Can't update configuration", e);
234 Slog.d(LOG_TAG, "getLocaleForLanguageCountry: skipping no language");
269 Slog.d(LOG_TAG, "getLocaleForLanguageCountry: got match");
272 Slog.d(LOG_TAG, "getLocaleForLanguageCountry: skip no match");
276 Slog.d(LOG_TAG, "getLocaleForLanguageCountr
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java60 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
143 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
163 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
171 if (DBG) Log.d(LOG_TAG, "close()");
178 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
186 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
195 Log.d(LOG_TAG, "updateSpinnerState - extra = "
213 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
216 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
233 Log.e(LOG_TAG, "erro
[all...]
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java51 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
53 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
164 Log.w(LOG_TAG, "runAndwaitForEvent timedout waiting for events");
167 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
216 Log.d(LOG_TAG, "clickNoSync (" + x + ", " + y + ")");
238 Log.d(LOG_TAG, logString);
256 Log.d(LOG_TAG, logString);
292 Log.d(LOG_TAG, "longTapNoSync (" + x + ", " + y + ")");
306 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
317 Log.d(LOG_TAG, "touchU
[all...]
H A DUiAutomatorBridge.java25 private static final String LOG_TAG = UiAutomatorBridge.class.getSimpleName(); field in class:UiAutomatorBridge
98 Log.w(LOG_TAG, "Could not detect idle state.", te);
121 Log.e(LOG_TAG, "failed to save screen shot to file", ioe);
/frameworks/uiautomator/core/com/android/uiautomator/core/
H A DInteractionController.java51 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
53 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
164 Log.w(LOG_TAG, "runAndwaitForEvent timedout waiting for events");
167 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
216 Log.d(LOG_TAG, "clickNoSync (" + x + ", " + y + ")");
238 Log.d(LOG_TAG, logString);
256 Log.d(LOG_TAG, logString);
292 Log.d(LOG_TAG, "longTapNoSync (" + x + ", " + y + ")");
306 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
317 Log.d(LOG_TAG, "touchU
[all...]
H A DUiAutomatorBridge.java25 private static final String LOG_TAG = UiAutomatorBridge.class.getSimpleName(); field in class:UiAutomatorBridge
98 Log.w(LOG_TAG, "Could not detect idle state.", te);
121 Log.e(LOG_TAG, "failed to save screen shot to file", ioe);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java32 private static final String LOG_TAG = "ErrorCalculator"; field in class:ErrorCalculator
111 Log.d(LOG_TAG, "rs: first part took " + (middleMillis - startMillis) + "ms");
112 Log.d(LOG_TAG, "rs: last part took " + (finalMillis - middleMillis) + "ms");
115 Log.d(LOG_TAG, "rs: error " + totalError + ", pixels " + interestingPixels);
171 Log.d(LOG_TAG, "dvk: first part took " + (middleMillis - startMillis) + "ms");
172 Log.d(LOG_TAG, "dvk: last part took " + (finalMillis - middleMillis) + "ms");
175 Log.d(LOG_TAG, "dvk: error " + totalError + ", pixels " + interestingPixels);
/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 " +
H A DVCardSourceDetector.java43 private static final String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardSourceDetector
116 Log.w(LOG_TAG, "Invalid version string: " + versionString);
/frameworks/base/core/java/android/app/
H A DUiAutomation.java70 private static final String LOG_TAG = UiAutomation.class.getSimpleName(); field in class:UiAutomation
289 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
316 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
343 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
379 Log.i(LOG_TAG, "Injecting: " + event + " sync: " + sync);
384 Log.e(LOG_TAG, "Error while injecting input event!", re);
421 Log.e(LOG_TAG, "Error while setting rotation!", re);
605 Log.e(LOG_TAG, "Error while taking screnshot!", re);
644 Log.e(LOG_TAG, "Error while setting run as monkey!", re);
/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/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));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java37 private static final String LOG_TAG = "TrackDecoder"; field in class:TrackDecoder
119 Log.w(LOG_TAG, "Media extractor had sample but no data.");
172 Log.d(LOG_TAG, "Output format has changed to " + mOutputFormat);
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java42 private static final String LOG_TAG = SetAlarm.class.getSimpleName(); field in class:SetAlarm
52 Log.d(LOG_TAG, "Service disconnected.");
59 Log.d(LOG_TAG, "Service connected.");
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp18 #define LOG_TAG "TimedTextSource" macro
/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp17 #define LOG_TAG "MtpEventPacket" macro
H A DMtpStorageInfo.cpp17 #define LOG_TAG "MtpStorageInfo" macro
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp17 #define LOG_TAG "SchedulingPolicyService" macro

Completed in 1802 milliseconds

1234567891011>>