Searched refs:TAG (Results 101 - 125 of 2587) sorted by relevance

1234567891011>>

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DLogTelephonyDatabaseAction.java34 private static final String TAG = LogUtil.BUGLE_TAG; field in class:LogTelephonyDatabaseAction
74 LogUtil.e(TAG, "Can't log telephony database unless debugging is enabled");
78 if (!LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
79 LogUtil.w(TAG, "Can't log telephony database unless DEBUG is turned on for TAG: " +
80 TAG);
84 LogUtil.d(TAG, "\n");
85 LogUtil.d(TAG, "Dump of canoncial_addresses table");
86 LogUtil.d(TAG, "*********************************");
92 LogUtil.w(TAG, "nul
[all...]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiGScanReceiver.java48 Log.e(PMCMainActivity.TAG, "Previous Gscan still running.");
52 Log.e(PMCMainActivity.TAG, "Gscan cancelled.");
61 Log.i(PMCMainActivity.TAG, "Starting GScan Task");
72 Log.i(PMCMainActivity.TAG, "Scheduling the next gscan after " + mAlarmInterval);
96 Log.d(PMCMainActivity.TAG, "Starting background task for gscan with channel");
111 Log.d(PMCMainActivity.TAG, "Number of scan completed " + mScanCount);
114 Log.e(PMCMainActivity.TAG, e.toString());
129 Log.d(PMCMainActivity.TAG, "GScanTask onProgressUpdate updating the UI");
137 Log.e(PMCMainActivity.TAG, error);
150 Log.d(PMCMainActivity.TAG, "onSucces
[all...]
/packages/services/Car/service/src/com/android/car/
H A DCarRadioService.java39 public static String TAG = CarLog.TAG_RADIO + ".CarRadioService"; field in class:CarRadioService
54 private String TAG = CarRadioService.TAG + ".RadioDeathRecipient"; field in class:CarRadioService.RadioDeathRecipient
68 Log.d(TAG, "binderDied " + mListenerBinder);
105 Log.d(TAG, "registerListener");
108 Log.e(TAG, "registerListener: Listener is null.");
122 Log.e(TAG, "Failed to link death for recipient. " + e);
137 Log.d(TAG, "unregisterListener");
141 Log.e(TAG, "unregisterListener: Listener is null.");
147 Log.e(TAG, "unregisterListene
[all...]
H A DCarBluetoothUserService.java35 private static final String TAG = "CarBluetoothUsrSvc"; field in class:CarBluetoothUserService
61 Log.d(TAG, "setupProfileProxy()");
64 Log.d(TAG, "Null BT Adapter");
82 Log.d(TAG, "closeProfileProxy()");
136 Log.e(TAG, "Cannot connect to Profile. Proxy Unavailable");
140 Log.d(TAG, "Trying to connect to " + device.getName() + " Profile: " + profile);
160 Log.d(TAG, "Unknown profile");
175 Log.e(TAG, "Cannot connect to Profile. Proxy Unavailable");
192 Log.d(TAG, "Unknown Profile");
203 Log.d(TAG, "OnServiceConnecte
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnectionService.java53 private static final String TAG = "HfpClientConnService"; field in class:HfpClientConnectionService
71 Log.d(TAG, "onReceive " + intent);
81 Log.d(TAG, "Established connection with " + device);
86 Log.w(TAG, "Block already exists for device " + device + " ignoring.");
90 Log.d(TAG, "Disconnecting from " + device);
97 Log.w(TAG, "Disconnect for device but no block " + device);
111 Log.w(TAG, "Call changed but no block for device " + device);
127 Log.d(TAG, "onCreate");
137 Log.d(TAG, "onDestroy called");
148 Log.w(TAG, "Receive
[all...]
/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingServiceManager.java37 private static final Log.Tag TAG = new Log.Tag("ProcessingSvcMgr"); field in class:ProcessingServiceManager
80 Log.d(TAG, "Task added. Queue size now: " + mQueue.size());
97 Log.d(TAG, "Popping a session. Remaining: " + (mQueue.size() - 1));
100 Log.d(TAG, "Popping null. On hold? " + mHoldProcessing);
124 Log.d(TAG, "Suspend processing");
128 Log.d(TAG, "Not able to suspend processing.");
137 Log.d(TAG, "Resume processing. Queue size: " + mQueue.size());
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DUiBluetoothMonitor.java35 private static String TAG = "Em.BtMonitor"; field in class:UiBluetoothMonitor
68 if (Log.isLoggable(TAG, Log.DEBUG)) {
69 Log.d(TAG, "addListener: " + listener);
81 if (Log.isLoggable(TAG, Log.DEBUG)) {
82 Log.d(TAG, "removeListener: " + listener);
106 if (Log.isLoggable(TAG, Log.DEBUG)) {
107 Log.d(TAG, "Bluetooth broadcast intent action received: " + intent.getAction());
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DRetryPolicy.java32 private static final String TAG = "RetryPolicy"; field in class:RetryPolicy
69 TAG,
75 VvmLog.e(TAG, "null phone account for phoneAccountHandle " + task.getPhoneAccountHandle());
89 VvmLog.i(TAG, mTask + " completed successfully");
92 VvmLog.i(TAG, "Retry limit for " + mTask + " reached");
94 VvmLog.i(TAG, "committing deferred status: " + mVoicemailStatusEditor.getValues());
98 VvmLog.i(TAG, "discarding deferred status: " + mVoicemailStatusEditor.getValues());
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DClusterInCallService.java37 private static final String TAG = DebugUtil.getTag(ClusterInCallService.class); field in class:ClusterInCallService
47 Log.d(TAG, "onCallAdded");
56 Log.d(TAG, "onCallRemoved");
63 Log.d(TAG, "doStateChanged, call: " + call + ", state: " + state);
72 Log.d(TAG, "onBind, intent:" + intent);
84 Log.d(TAG, "registerListener, listener: " + listener);
97 Log.d(TAG, "PhoneCallback#onStateChanged, call: " + call + ", state: " + state);
H A DMessagingConverter.java31 private static final String TAG = DebugUtil.getTag(MessagingConverter.class); field in class:MessagingConverter
37 Log.d(TAG, "Notification is empty.");
44 Log.d(TAG, "Notification with no messaging component.");
52 Log.w(TAG, "Car message notification with no messages.");
57 Log.w(TAG, "Car message notification with no participant.");
62 Log.w(TAG, "Car message notification with no reply intent.");
68 Log.w(TAG, "Car message with null text.");
/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomWakeLock.java54 private static final String TAG = "TelecomWakeLock"; field in class:TelecomWakeLock
93 Log.i(TAG, "Can not acquire WakeLock (not supported) with level: " + mWakeLockLevel);
99 Log.i(TAG, "Acquiring WakeLock with id: " + mWakeLockLevel);
101 Log.i(TAG, "WakeLock already acquired for id: " + mWakeLockLevel);
107 Log.i(TAG, "Can not release WakeLock (not supported) with id: " + mWakeLockLevel);
113 Log.i(TAG, "Releasing WakeLock with id: " + mWakeLockLevel);
115 Log.i(TAG, "WakeLock already released with id: " + mWakeLockLevel);
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioController.java56 private static final String TAG = "Em.RadioController"; field in class:RadioController
198 if (Log.isLoggable(TAG, Log.DEBUG)) {
199 Log.d(TAG, "starting radio");
204 Log.e(TAG, "Failed to connect to RadioService.");
222 if (Log.isLoggable(TAG, Log.DEBUG)) {
223 Log.d(TAG, "updateRadioDisplay(); current station: " + station);
250 Log.e(TAG, "updateRadioDisplay(); remote exception: " + e.getMessage());
265 Log.e(TAG, "tuneToRadioChannel(); remote exception: " + e.getMessage());
290 Log.e(TAG, "getCurrentRadioStation(); error retrieving current station: "
332 Log.e(TAG, "openRadioBan
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientConnectionHandler.java47 static final String TAG = "PBAP PCE handler"; field in class:PbapClientConnectionHandler
167 if (DBG) Log.d(TAG, "Handling Message = " + msg.what);
173 if (DBG) Log.d(TAG, "Socket connected");
175 Log.w(TAG, "Socket CONNECT Failure ");
191 if (DBG) Log.d(TAG, "Starting Disconnect");
194 if (DBG) Log.d(TAG, "obexSessionDisconnect" + mObexSession);
199 if (DBG) Log.d(TAG, "Closing Socket");
202 Log.w(TAG, "DISCONNECT Failure ", e);
204 if (DBG) Log.d(TAG, "Completing Disconnect");
216 Log.e(TAG, "Accoun
[all...]
/packages/apps/Car/Stream/src/com/android/car/stream/media/
H A DMediaPlaybackMonitor.java40 protected static final String TAG = "MediaPlaybackMonitor"; field in class:MediaPlaybackMonitor
100 if (Log.isLoggable(TAG, Log.DEBUG)) {
101 Log.d(TAG, "MediaSession onConnected called");
126 if (Log.isLoggable(TAG, Log.DEBUG)) {
127 Log.d(TAG, "onPlaybackStateChanged called " + state.getState());
131 Log.w(TAG, "playback state is null in onPlaybackStateChanged");
143 if (Log.isLoggable(TAG, Log.DEBUG)) {
144 Log.d(TAG, "onMetadataChanged called");
150 if (Log.isLoggable(TAG, Log.DEBUG)) {
151 Log.d(TAG, "receive
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java57 private static final String TAG = "BluetoothMapService"; field in class:BluetoothMapService
167 if (DEBUG) Log.d(TAG, "MAP Service closeService in");
186 if (VERBOSE) Log.v(TAG, "CloseService(): Release Wake Lock");
197 if(VERBOSE) Log.i(TAG, "Quit looper");
200 if(VERBOSE) Log.i(TAG, "Remove Handler");
204 if (VERBOSE) Log.v(TAG, "MAP Service closeService out");
221 Log.w(TAG, "startRfcommSocketListeners(): Invalid MasId: " + masId);
230 if (DEBUG) Log.d(TAG, "Map Service START ObexServerSessions()");
239 if (VERBOSE) Log.v(TAG, "startObexSessions(): Acquire Wake Lock");
255 Log.w(TAG,"IOExceptio
[all...]
/packages/apps/Camera2/src/com/android/camera/app/
H A DLegacyLocationProvider.java31 private static final Log.Tag TAG = new Log.Tag("LcyLocProvider"); field in class:LegacyLocationProvider
59 Log.d(TAG, "No location received yet.");
77 Log.d(TAG, "disconnect");
83 Log.v(TAG, "starting location updates");
95 Log.i(TAG, "fail to request location update, ignore", ex);
97 Log.d(TAG, "provider does not exist " + ex.getMessage());
106 Log.i(TAG, "fail to request location update, ignore", ex);
108 Log.d(TAG, "provider does not exist " + ex.getMessage());
110 Log.d(TAG, "startReceivingLocationUpdates");
115 Log.v(TAG, "stoppin
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDrmConvertSession.java34 private static final String TAG = "DrmConvertSession"; field in class:DrmConvertSession
57 Log.w(TAG, "Conversion of Mimetype: " + mimeType
60 Log.w(TAG, "Could not access Open DrmFramework.", e);
63 Log.w(TAG,
66 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
104 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
107 Log.w(TAG, "Could not convert data. Convertsession: " +
145 Log.w(TAG, "File: " + filename + " could not be found.", e);
148 Log.w(TAG, "Could not access File: " + filename + " .", e);
151 Log.w(TAG, "Coul
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java34 private final static String TAG = "MnsObexServer"; field in class:MnsObexServer
55 if (VDBG) Log.v(TAG, "onConnect");
75 if (VDBG) Log.v(TAG, "onDisconnect");
80 if (VDBG) Log.v(TAG, "onGet");
86 if (VDBG) Log.v(TAG, "onPut");
107 Log.e(TAG, "I/O exception when handling PUT request", e);
115 if (VDBG) Log.v(TAG, "onAbort");
122 if (VDBG) Log.v(TAG, "onSetPath");
128 if (VDBG) Log.v(TAG, "onClose");
/packages/apps/Camera2/src/com/android/camera/util/
H A DQuickActivity.java57 private static final Log.Tag TAG = new Log.Tag("QuickActivity"); field in class:QuickActivity
89 Log.v(TAG, "delayed Runnable --> onResumeTasks()");
100 Log.v(TAG, "Intent Action = " + intent.getAction());
139 Log.v(TAG, "onResume(): isKeyguardLocked() = " + isKeyguardLocked());
146 Log.v(TAG, "onResume() --> postDelayed(mOnResumeTasks," + delay + ")");
149 Log.v(TAG, "onResume --> onResumeTasks()");
167 Log.v(TAG, "onPause --> onPauseTasks()");
178 Log.v(TAG, "changing configurations");
204 Log.v(TAG, prefix + " " + methodName + ": Activity = " + toString());
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRunMethodInstrumentation.java44 private static final String TAG = "RunMethod"; field in class:RunMethodInstrumentation
63 if (Log.isLoggable(TAG, Log.DEBUG)) {
64 Log.d(TAG, "Running " + className + "." + methodName);
65 Log.d(TAG, "args=" + args);
76 if (Log.isLoggable(TAG, Log.DEBUG)) {
77 Log.d(TAG, "onStart");
82 Log.e(TAG, "Must supply class and method");
91 if (Log.isLoggable(TAG, Log.DEBUG)) {
92 Log.d(TAG, "acquired main thread from instrumentation");
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DQueryService.java42 private static final String TAG = "contactsquery"; field in class:QueryService
62 Log.i(TAG, "URI: " + uri);
63 Log.i(TAG, "Projection: " + projection);
64 Log.i(TAG, "Selection: " + selection);
70 Log.i(TAG, "(no results)");
75 Log.i(TAG, "Result count: " + c.getCount());
83 Log.i(TAG, sb.toString());
91 Log.i(TAG, sb.toString());
97 Log.e(TAG, "Exeption while executing query", e);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DRefreshTask.java43 private final static String TAG = "RefreshTask"; field in class:RefreshTask
67 Log.w(TAG, "Ignoring attempt to refresh due to null DocumentInfo.");
72 Log.w(TAG, "Ignoring attempt to refresh due to empty stack.");
77 Log.w(TAG, "Ignoring attempt to refresh on a non-top-level uri.");
86 Log.w(TAG, "Ignoring attempt to call Refresh on an older Android platform.");
98 Log.w(TAG, "Failed to refresh", e);
108 Log.w(TAG, "Provider taking too long to respond. Cancelling.");
116 Log.v(TAG, "Provider supports refresh and has refreshed");
118 Log.v(TAG, "Provider does not support refresh and did not refresh");
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DCameraLatency.java37 private String TAG = "CameraLatency"; field in class:CameraLatency
71 Log.v(TAG, "start testImageCapture test");
92 Log.v(TAG, "Got exception", e);
128 Log.v(TAG, "The Image capture wait time = " +
130 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime);
131 Log.v(TAG, "Avg mShutterLag = " + mAvgShutterLag);
132 Log.v(TAG, "Avg mShutterToPictureDisplayedTime = "
134 Log.v(TAG, "Avg mPictureDisplayedToJpegCallbackTime = "
136 Log.v(TAG, "Avg mJpegCallbackFinishTime = " + mAvgJpegCallbackFinishTime);
/packages/apps/TV/src/com/android/tv/data/
H A DInternalDataUtils.java40 private static final String TAG = "InternalDataUtils"; field in class:InternalDataUtils
62 Log.e(TAG, "no bytes to deserialize");
64 Log.e(TAG, "Could not deserialize internal provider contents");
66 Log.e(TAG, "class not found in internal provider contents");
86 Log.e(TAG, "Could not serialize internal provider contents for program: "
108 Log.e(TAG, "no bytes to deserialize");
110 Log.e(TAG, "Could not deserialize internal provider contents");
112 Log.e(TAG, "class not found in internal provider contents");
128 Log.e(TAG, "Could not serialize internal provider contents for program: "
/packages/apps/TV/src/com/android/tv/tuner/
H A DDvbTunerHal.java49 Log.e(TAG, "There's no dvb device attached");
55 if (DEBUG) Log.d(TAG, "Available device info: " + deviceInfo);
63 Log.e(TAG, "There's no available dvb devices");
76 Log.e(TAG, "Device info should not be null");
80 Log.e(TAG, "Already acquired");
85 Log.e(TAG, "There's no dvb device attached");
92 Log.e(TAG, deviceInfo + " is already taken");
97 if (DEBUG) Log.d(TAG, "Available device info: " + deviceInfo);
102 Log.e(TAG, "There's no such dvb device attached");

Completed in 1629 milliseconds

1234567891011>>