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

<<11121314151617181920>>

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java364 private static final String LOG_TAG = "AccessibilityService"; field in class:AccessibilityService
536 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
584 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
617 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
820 Log.w(LOG_TAG, "Unknown message type " + message.what);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java141 static final String LOG_TAG = "ModelInterpreter"; field in class:ModelInterpreter
207 Rlog.w(LOG_TAG,
216 Rlog.w(LOG_TAG,
221 Rlog.i(LOG_TAG, "New connection accepted");
263 Rlog.i(LOG_TAG, "Disconnected");
/frameworks/base/core/java/android/app/
H A DSearchDialog.java64 private static final String LOG_TAG = "SearchDialog"; field in class:SearchDialog
248 Log.d(LOG_TAG, "show(" + componentName + ", "
437 Log.d(LOG_TAG, "Using app-specific icon");
440 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon");
460 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
464 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
485 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
547 Log.d(LOG_TAG, "launching " + intent);
558 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java38 static final String LOG_TAG = "PHONE"; field in class:ServiceState
736 Rlog.w(LOG_TAG, "Unexpected radioTechnology=" + rt);
771 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setNullState=" + state);
806 if (DBG) Rlog.e(LOG_TAG, "[ServiceState] setState deprecated use setVoiceRegState()");
812 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setVoiceRegState=" + mVoiceRegState);
818 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRegState=" + mDataRegState);
1006 if (DBG) Rlog.d(LOG_TAG, "[ServiceState] setDataRadioTechnology=" + mRilDataRadioTechnology);
1034 Rlog.e(LOG_TAG, "ServiceState.getRadioTechnology() DEPRECATED will be removed *******");
1083 Rlog.e(LOG_TAG, "ServiceState.getNetworkType() DEPRECATED will be removed *******");
H A DCellIdentityCdma.java30 private static final String LOG_TAG = "CellSignalStrengthCdma"; field in class:CellIdentityCdma
222 Rlog.w(LOG_TAG, s);
H A DCellIdentityLte.java30 private static final String LOG_TAG = "CellIdentityLte"; field in class:CellIdentityLte
202 Rlog.w(LOG_TAG, s);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java77 private static final String LOG_TAG = "PrintSpoolerService"; field in class:PrintSpoolerService
212 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
223 Slog.e(LOG_TAG, "Error notify for all print jobs per service"
234 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
249 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
419 Log.e(LOG_TAG, "Error writing print job data!", fnfe);
421 Log.e(LOG_TAG, "Error writing print job data!", ioe);
427 Log.i(LOG_TAG, "[END WRITE]");
441 Slog.i(LOG_TAG, "[ADD] " + printJob);
454 Slog.i(LOG_TAG, "[REMOV
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java47 protected static final String LOG_TAG = "IsimUiccRecords"; field in class:IsimUiccRecords
110 Rlog.e(LOG_TAG, "Received message " + msg +
158 Rlog.w(LOG_TAG, "Exception parsing SIM record", exc);
280 Rlog.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
491 if (DBG) Rlog.d(LOG_TAG, "[ISIM] " + s);
496 if (DBG) Rlog.e(LOG_TAG, "[ISIM] " + s);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java87 private static final String LOG_TAG = "UserManagerService"; field in class:UserManagerService
249 Slog.w(LOG_TAG, "Removing partially created user " + ui.id
262 Log.w(LOG_TAG, "Unable to notify AppOpsService of UserRestrictions");
400 Slog.w(LOG_TAG, "getUserInfo: unknown user #" + userId);
420 Slog.w(LOG_TAG, "setUserName: unknown user #" + userId);
442 Slog.w(LOG_TAG, "setUserIcon: unknown user #" + userId);
467 Slog.w(LOG_TAG, "getUserIcon: unknown user #" + userId);
485 Log.e(LOG_TAG, "Couldn't find icon file", e);
495 Slog.w(LOG_TAG, "makeInitialized: unknown user #" + userId);
599 Log.w(LOG_TAG, "Unabl
[all...]
/frameworks/base/core/java/android/widget/
H A DFilter.java40 private static final String LOG_TAG = "Filter"; field in class:Filter
237 Log.w(LOG_TAG, "An exception occured during performFiltering()!", e);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java61 private static final String LOG_TAG = "SettingsState"; field in class:SettingsState
300 Slog.i(LOG_TAG, "Settings for package: " + packageName
350 Slog.i(LOG_TAG, "[PERSIST START]");
384 Slog.i(LOG_TAG, "[PERSISTED]" + setting.getName() + "=" + setting.getValue());
393 Slog.i(LOG_TAG, "[PERSIST END]");
398 Slog.wtf(LOG_TAG, "Failed to write settings, restoring backup", t);
472 Slog.i(LOG_TAG, "No settings state");
527 Slog.i(LOG_TAG, "[RESTORED] " + name + "=" + value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java30 protected final String LOG_TAG = "Call"; field in class:Call
279 Rlog.w(LOG_TAG, " hangupIfActive: caught " + ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcSwitchAsyncChannel.java31 private static final String LOG_TAG = "DcSwitchAsyncChannel"; field in class:DcSwitchAsyncChannel
183 Rlog.d(LOG_TAG, "[DcSwitchAsyncChannel-" + tagId + "]: " + s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java31 private static final String LOG_TAG = "SipConnBase"; field in class:SipConnectionBase
185 Rlog.d(LOG_TAG, msg);
/frameworks/av/camera/
H A DCaptureResult.cpp17 #define LOG_TAG "Camera-CaptureResult" macro
H A DICameraRecordingProxy.cpp18 #define LOG_TAG "ICameraRecordingProxy" macro
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
H A DSession.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c16 #define LOG_TAG "EFFECTSMATH" macro
/frameworks/av/media/libmedia/
H A DIAudioFlingerClient.cpp17 #define LOG_TAG "IAudioFlingerClient" macro
H A DIAudioPolicyServiceClient.cpp17 #define LOG_TAG "IAudioPolicyServiceClient" macro
H A DIMediaDeathNotifier.cpp18 #define LOG_TAG "IMediaDeathNotifier" macro
H A DIMediaLogService.cpp18 #define LOG_TAG "IMediaLogService" macro
H A DMidiIoWrapper.cpp18 #define LOG_TAG "MidiIoWrapper" macro
/frameworks/av/media/libnbaio/
H A DAudioStreamOutSink.cpp17 #define LOG_TAG "AudioStreamOutSink" macro

Completed in 776 milliseconds

<<11121314151617181920>>