Searched refs:LOG_TAG (Results 276 - 300 of 855) sorted by relevance

<<11121314151617181920>>

/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java49 private static final String LOG_TAG = "TestGrouping"; field in class:TestGrouping
119 Log.w(LOG_TAG, "Invalid Package: '" + packageName
239 Log.i(LOG_TAG, String.format(
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java58 static final String LOG_TAG = "LocationTracker"; field in class:TrackerActivity
194 Log.e(LOG_TAG, "Error exporting file", e);
208 Log.e(LOG_TAG, "error closing file", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java68 private static final String LOG_TAG = "PhoneBase"; field in class:PhoneBase
291 Rlog.d(LOG_TAG, "mDoesRilSendMultipleCallRing=" + mDoesRilSendMultipleCallRing);
295 Rlog.d(LOG_TAG, "mCallRingDelay=" + mCallRingDelay);
346 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING Received state=" + getState());
362 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING_CONTINUE Received stat=" + getState());
1262 Rlog.d(LOG_TAG, "Sending notifyIncomingRing");
1267 Rlog.d(LOG_TAG, "Ignoring ring notification request,"
1285 Rlog.e(LOG_TAG, "getIsimRecords() is only supported on LTE devices");
1291 Rlog.e(LOG_TAG, "requestIsimAuthentication() is only supported on LTE devices");
1305 Rlog.e(LOG_TAG, "Erro
[all...]
H A DMccTable.java43 static final String LOG_TAG = "MccTable"; field in class:MccTable
184 Rlog.e(LOG_TAG, "Error parsing IMSI");
188 Rlog.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
205 Rlog.e(LOG_TAG, "Can't update configuration", e);
277 Rlog.d(LOG_TAG, "timezone set to "+zoneId);
296 Rlog.d(LOG_TAG, "locale set to "+language+"_"+country);
309 Rlog.d(LOG_TAG, "WIFI_COUNTRY_CODE set to " + country);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java39 static final String LOG_TAG = "CdmaMmiCode"; field in class:CdmaMmiCode
191 Rlog.w(LOG_TAG, "isUssdRequest is not implemented in CdmaMmiCode");
248 Rlog.e(LOG_TAG, "Unexpected reply");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordLoader.java28 final static String LOG_TAG = "AdnRecordLoader"; field in class:AdnRecordLoader
190 Rlog.d(LOG_TAG,"ADN EF: 0x"
221 Rlog.d(LOG_TAG,"ADN extension EF: 0x"
H A DRuimRecords.java50 static final String LOG_TAG = "RuimRecords"; field in class:RuimRecords
525 Rlog.i(LOG_TAG, "RuimRecords update failed", ar.exception);
533 Rlog.w(LOG_TAG, "Event not supported: " + msg.what);
554 Rlog.w(LOG_TAG, "Exception parsing RUIM record", exc);
825 Rlog.d(LOG_TAG, "[RuimRecords] " + s);
830 Rlog.e(LOG_TAG, "[RuimRecords] " + s);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java119 private static final String LOG_TAG = "AccessibilityManagerService"; field in class:AccessibilityManagerService
366 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
375 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
475 Slog.e(LOG_TAG, "Error during sending interrupt request to "
497 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid()
508 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid()
513 Slog.i(LOG_TAG, "Adding interaction connection to windowId: " + windowId);
528 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid()
541 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid()
587 Slog.e(LOG_TAG, "Could
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java35 private static final String LOG_TAG = "EventSenderImpl"; field in class:EventSenderImpl
240 Log.w(LOG_TAG + "::MSG_UPDATE_TOUCH_POINT", "TouchPoint out of bounds: "
265 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
286 Log.w(LOG_TAG + "::MSG_RELEASE_TOUCH_POINT", "TouchPoint out of bounds: "
473 Log.w(LOG_TAG + "::executeTouchEvent(),", "action not supported:" + action);
/frameworks/native/libs/utils/
H A DRefBase.cpp17 #define LOG_TAG "RefBase" macro
113 refs->stack.dump(LOG_TAG);
127 refs->stack.dump(LOG_TAG);
134 CallStack stack(LOG_TAG);
270 CallStack stack(LOG_TAG);
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayMagnifier.java60 private static final String LOG_TAG = DisplayMagnifier.class.getSimpleName(); field in class:DisplayMagnifier
104 Slog.i(LOG_TAG, "Rectangle on screen requested: " + rectangle);
125 Slog.i(LOG_TAG, "Layers changed.");
133 Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation)
142 Slog.i(LOG_TAG, "Window transition: "
163 Slog.i(LOG_TAG, "Window transition: "
555 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown);
576 Slog.i(LOG_TAG, "ViewportWindow set alpha: " + alpha);
589 Slog.i(LOG_TAG, "ViewportWindow set bounds: " + bounds);
628 Slog.i(LOG_TAG, "Dirt
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java65 private static final String LOG_TAG = "RemoteViews"; field in class:RemoteViews
176 android.util.Log.e(LOG_TAG, "Cannot send pending intent: ", e);
179 android.util.Log.e(LOG_TAG, "Cannot send pending intent due to " +
343 Log.e(LOG_TAG, "The method setOnClickFillInIntent is available " +
362 Log.e(LOG_TAG, "Collection item doesn't have AdapterView parent");
368 Log.e(LOG_TAG, "Attempting setOnClickFillInIntent without" +
475 Log.e(LOG_TAG, "Cannot setPendingIntentTemplate on a view which is not" +
533 Log.e(LOG_TAG, "SetRemoteViewsAdapterIntent action can only be used for " +
539 Log.e(LOG_TAG, "Cannot setRemoteViewsAdapter on a view which is not " +
596 Log.e(LOG_TAG, "SetRemoteViewsAdapterInten
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java37 private static final String LOG_TAG = "ConnectivityManagerMobileTest"; field in class:ConnectivityManagerMobileTest
104 Log.v(LOG_TAG, message);
118 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
333 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
397 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
447 Log.v(LOG_TAG, this.getName() + " is excluded for wifi-only test");
/frameworks/base/core/java/android/view/
H A DTextureView.java106 private static final String LOG_TAG = "TextureView"; field in class:TextureView
203 Log.w(LOG_TAG, "A TextureView or a subclass can only be "
225 Log.w(LOG_TAG, "TextureView was not able to destroy its surface: " + this);
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp91 #define LOG_TAG "hwcColorEquivTest" macro
174 testSetLogCatTag(LOG_TAG);
178 testSetLogCatTag(LOG_TAG);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java39 private static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
161 Rlog.e(LOG_TAG, "createFromPdu(): unsupported message format " + format);
340 Rlog.e(LOG_TAG, "fragmentText failed (" + pos + " >= " + nextPos + " or " +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java46 static final String LOG_TAG = "GsmMmiCode"; field in class:GsmMmiCode
486 Rlog.d(LOG_TAG, "isTwoDigitShortCode");
496 Rlog.d(LOG_TAG, "Two Digit Number Pattern " + dialnumber);
498 Rlog.d(LOG_TAG, "Two Digit Number Pattern -true");
502 Rlog.d(LOG_TAG, "Two Digit Number Pattern -false");
637 Rlog.d(LOG_TAG, "isShortCode");
644 Rlog.d(LOG_TAG, "is CLIP");
652 Rlog.d(LOG_TAG, "is CLIR");
666 Rlog.d(LOG_TAG, "is CF");
712 Rlog.d(LOG_TAG, "i
[all...]
/frameworks/av/camera/
H A DIProCameraCallbacks.cpp19 #define LOG_TAG "IProCameraCallbacks" macro
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp18 #define LOG_TAG "ReadWriteUtils" macro
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp18 #define LOG_TAG "DummyVideoSource" macro
/frameworks/av/media/libmedia/
H A DIAudioFlingerClient.cpp17 #define LOG_TAG "IAudioFlingerClient" macro
H A DIEffectClient.cpp19 #define LOG_TAG "IEffectClient" macro
H A DMetadata.cpp18 #define LOG_TAG "Metadata" macro
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp18 #define LOG_TAG "HDCP" macro
H A DTestPlayerStub.cpp18 #define LOG_TAG "TestPlayerStub" macro

Completed in 500 milliseconds

<<11121314151617181920>>