Searched refs:TAG (Results 201 - 225 of 2587) sorted by relevance

1234567891011>>

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java69 private static final String TAG = "BtOppObexServer"; field in class:BluetoothOppObexServerSession
110 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
124 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString());
127 Log.e(TAG, "Create server session error" + e);
135 if (D) Log.d(TAG, "Start!");
149 if (D) Log.d(TAG, "Stop!");
156 Log.e(TAG, "close mTransport error" + e);
164 if (D) Log.d(TAG, "addShare for id " + info.mId);
171 if (D) Log.d(TAG, "onPut " + op.toString());
205 if (D) Log.w(TAG, "lengt
[all...]
H A DBluetoothOppService.java98 if (V) Log.v(TAG, "ContentObserver received notification");
103 private static final String TAG = "BtOppService"; field in class:BluetoothOppService
160 if (V) Log.v(TAG, "onCreate");
182 Log.w(TAG, "Local BT device is not enabled");
191 if (V) Log.v(TAG, "start()");
205 if (V) Log.v(TAG, "Starting RfcommListener");
247 Log.e(TAG, "Interrupted", e);
259 if (V) Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= "
273 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED");
284 if (D) Log.d(TAG, "Ge
[all...]
/packages/apps/Dialer/java/com/android/dialer/common/
H A DLogUtil.java27 public static final String TAG = "Dialer"; field in class:LogUtil
45 println(android.util.Log.VERBOSE, TAG, tag, msg, args);
61 println(android.util.Log.DEBUG, TAG, tag, msg, args);
76 println(android.util.Log.INFO, TAG, tag, msg, args);
86 println(android.util.Log.INFO, TAG, tag, "enter");
103 println(android.util.Log.WARN, TAG, tag, msg, args);
119 println(android.util.Log.ERROR, TAG, tag, msg, args);
136 println(android.util.Log.ERROR, TAG, tag, msg);
138 println(android.util.Log.ERROR, TAG, tag, android.util.Log.getStackTraceString(throwable));
145 * @return text as is if {@value #TAG}'
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DDeleteConversationAction.java47 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; field in class:DeleteConversationAction
81 LogUtil.i(TAG, "DeleteConversationAction: Deleted local conversation "
98 LogUtil.w(TAG, "DeleteConversationAction: Could not delete local conversation "
109 LogUtil.i(TAG, "DeleteConversationAction: Deleted telephony thread "
112 LogUtil.w(TAG, "DeleteConversationAction: Could not delete thread from "
117 LogUtil.w(TAG, "DeleteConversationAction: Local conversation " + conversationId
122 LogUtil.e(TAG, "DeleteConversationAction: conversationId is empty");
155 LogUtil.e(TAG, "DeleteConversationAction: Could not parse message uri "
167 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
168 LogUtil.d(TAG, "DeleteConversationActio
[all...]
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
H A DOneTimeInitializer.java40 private static final String TAG = OneTimeInitializer.class.getSimpleName(); field in class:OneTimeInitializer
65 if (Log.isLoggable(TAG, Log.VERBOSE)) {
66 Log.v(TAG, "OneTimeInitializer.initialize");
72 if (Log.isLoggable(TAG, Log.INFO)) {
73 Log.i(TAG, "Updating to version 1.");
102 if (Log.isLoggable(TAG, Log.DEBUG)) {
103 Log.d(TAG, "Total launcher icons: " + c.getCount());
130 if (Log.isLoggable(TAG, Log.INFO)) {
131 Log.i(TAG, "Updated " + componentName + " to " + newName);
135 Log.e(TAG, "Proble
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionCursor.java30 protected static final String TAG = "QSB.CursorBackedSuggestionCursor"; field in class:CursorBackedSuggestionCursor
88 if (DBG) Log.d(TAG, "close()");
98 Log.e(TAG, "close() failed, ", ex);
106 Log.e(TAG, "LEAK! Finalized without being closed: " + toString());
119 Log.e(TAG, "getCount() failed, ", ex);
130 Log.e(TAG, "moveToPosition(" + pos + ") failed, count=" + getCount());
134 Log.e(TAG, "moveToPosition() failed, ", ex);
146 Log.e(TAG, "moveToNext() failed, ", ex);
159 Log.e(TAG, "getPosition() failed, ", ex);
252 Log.e(TAG, "getColumnInde
[all...]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiDownloadReceiver.java49 Log.e(PMCMainActivity.TAG, "Previous download still running.");
53 Log.e(PMCMainActivity.TAG, "Download cancelled.");
61 Log.i(PMCMainActivity.TAG, "Starting Download Task");
76 Log.i(PMCMainActivity.TAG, "Scheduling the next download after " + mAlarmInterval);
103 Log.d(PMCMainActivity.TAG, "Starting background task for downloading file");
123 Log.d(PMCMainActivity.TAG, "Downloaded file size " + fileLength);
129 Log.e(PMCMainActivity.TAG, e.toString());
146 Log.d(PMCMainActivity.TAG, "DownloadTask onProgressUpdate updating the UI");
155 Log.e(PMCMainActivity.TAG, error);
174 Log.e(PMCMainActivity.TAG, "Downloade
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java32 public static final String TAG = "BluetoothA2dpConnector"; field in class:BluetoothA2dpConnector
48 Log.d(TAG, "There was a connection status change for: " + device.getAddress());
59 Log.d(TAG, "Connection states: old = " + previousState + ", new = " + state);
66 Log.d(TAG, "Failed to connect");
82 Log.w(TAG, "Service disconnected, perhaps unexpectedly");
91 Log.d(TAG, "Connection made to bluetooth proxy." );
95 Log.d(TAG, "Connecting to target: " + mTarget.getAddress());
124 Log.d(TAG, "opening connection");
138 Log.w(TAG, "Error cleaning up A2DP proxy", t);
144 if (DEBUG) Log.d(TAG, "registerConnectionStateReceive
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java33 private static final String TAG = "CalendarCache"; field in class:CalendarCache
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
99 Log.e(TAG, "Cannot read timezone type from CalendarCache - using AUTO as default", e);
108 Log.e(TAG, "Cannot write instances timezone to CalendarCache");
117 Log.e(TAG, "Cannot read instances timezone from CalendarCache - using device one: " +
127 Log.e(TAG, "Cannot write previous instance timezone to CalendarCache");
135 Log.e(TAG, "Cannot read previous instances timezone from CalendarCache", e);
153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
154 Log.i(TAG, "Wrote (key, value) = [ " + key + ", " + value + "] ");
232 if (Log.isLoggable(TAG, Lo
[all...]
/packages/services/Car/service/src/com/android/car/
H A DPerUserCarServiceHelper.java43 private static final String TAG = "PerUserCarSvcHelper"; field in class:PerUserCarServiceHelper
82 Log.d(TAG, "UserSwitch Listener Registered");
94 Log.d(TAG, "User Switch Happened");
100 Log.d(TAG, "New User " + user);
130 Log.d(TAG, "Connected to User Service");
149 Log.d(TAG, "Disconnected from User Service");
169 Log.d(TAG, "Binding to User service");
178 Log.e(TAG, "bindToPerUserCarService() failed to get valid connection");
192 Log.d(TAG, "Unbinding from User Service");
208 Log.d(TAG, "Registerin
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java54 private static final String TAG = "A2dpSinkStreamHandler"; field in class:A2dpSinkStreamHandler
88 Log.d(TAG, "onAudioFocusChangeListener focuschange " + focusChange);
104 Log.d(TAG, " process message: " + message.what);
105 Log.d(TAG, " audioFocus = " + mAudioFocus);
177 Log.e(TAG, "Invalid duck percent using default.");
182 Log.d(TAG, "Setting reduce gain on transient loss gain=" + duckRatio);
208 Log.w(TAG, "Received unexpected event: " + message.what);
266 Log.d(TAG, "startAvrcpUpdates");
271 Log.e(TAG, "startAvrcpUpdates failed because of connection.");
280 Log.d(TAG, "stopAvrcpUpdate
[all...]
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetFactory.java47 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG; field in class:BaseWidgetFactory
69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
70 LogUtil.v(TAG, "BaseWidgetFactory intent: " + intent + "widget id: " + mAppWidgetId);
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
80 LogUtil.v(TAG, "onCreate");
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
87 LogUtil.v(TAG, "onDestroy");
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
100 LogUtil.v(TAG, "onDataSetChanged");
128 if (LogUtil.isLoggable(TAG, LogUti
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java46 private static final String TAG = LogUtil.BUGLE_TAG; field in class:SyncManager
149 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
150 LogUtil.d(TAG, "SyncManager: Sync batch of messages from " + lowerBoundTimestamp
171 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
172 LogUtil.d(TAG, "SyncManager: New message @ " + timestamp + " before upper bound of "
175 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
176 LogUtil.d(TAG, "SyncManager: New message @ " + timestamp + " after upper bound of "
188 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
189 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "")
196 if (LogUtil.isLoggable(TAG, LogUti
[all...]
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java43 private static final String TAG = "SampleListener"; field in class:Listener
73 Log.d(TAG, "scheduling snooze");
78 Log.d(TAG, "trying to unsnooze");
84 Log.e(TAG, "failed to rebind service", e);
127 Log.d(TAG, "received an action broadcast " + intent.getAction());
129 Log.d(TAG, " on " + key);
148 Log.i(TAG, "notify: " + delta.mSbn.getKey());
159 Log.i(TAG, "finish with: " + sNotifications.size());
168 Log.i(TAG, "remove: " + cancelKey);
183 Log.i(TAG, "reorde
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
H A DA2dpMediaBrowserService.java69 private static final String TAG = "A2dpMediaBrowserService"; field in class:A2dpMediaBrowserService
124 Log.e(TAG, "Parent class has died; aborting.");
156 Log.e(TAG, "Message not handled " + msg);
163 Log.d(TAG, "onCreate");
166 mSession = new MediaSession(this, TAG);
190 Log.d(TAG, "onDestroy");
205 Log.e(TAG, "AVRCP not yet connected.");
210 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
232 Log.d(TAG, "onPlay");
240 Log.d(TAG, "onPaus
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java82 private static final String TAG = "BluetoothPbapService"; field in class:BluetoothPbapService
229 Log.d(TAG, " onChange on contact uri ");
249 if (DEBUG) Log.d(TAG, "action: " + action);
252 if (DEBUG) Log.d(TAG, "state: " + state);
273 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device);
301 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED)=" + result);
311 Log.e(TAG, "Caught the error: " + ex.toString());
318 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_REJECTED)=" + result);
332 Log.w(TAG, "Unrecognized intent!");
347 if (VERBOSE) Log.v(TAG, "Pba
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java44 private static final String TAG = "SapService"; field in class:SapService
120 if(VERBOSE) Log.d(TAG, "Removing SDP record handle: " + mSdpHandle);
127 if (VERBOSE) Log.v(TAG, "Sap Service startRfcommSocketListener");
137 if (VERBOSE) Log.v(TAG, "Sap Service initSocket");
155 Log.e(TAG, "Error create RfcommServerSocket ", e);
165 Log.w(TAG, "initServerSocket failed as BT is (being) turned off");
169 if (VERBOSE) Log.v(TAG, "wait 300 ms");
172 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e);
180 if (VERBOSE) Log.v(TAG, "Succeed to create listening socket ");
183 Log.e(TAG, "Erro
[all...]
H A DSapRilReceiver.java26 private static final String TAG = "SapRilReceiver"; field in class:SapRilReceiver
50 Log.d(TAG, "serviceDied");
70 Log.d(TAG, "removeOngoingReqAndSendMessage: token " + token + " reqType "
78 Log.d(TAG, "connectResponse: token " + token + " sapConnectRsp " + sapConnectRsp
91 Log.d(TAG, "disconnectResponse: token " + token);
99 Log.d(TAG,
108 Log.d(TAG, "apduResponse: token " + token);
119 Log.d(TAG, "transferAtrResponse: token " + token + " resultCode " + resultCode);
130 Log.d(TAG, "powerResponse: token " + token + " resultCode " + resultCode);
134 Log.d(TAG, "powerRespons
[all...]
/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacController.java44 private static final String TAG = "HvacController"; field in class:HvacController
170 Log.e(TAG, "Car not connected in HVAC");
185 Log.e(TAG, "Car not connected in onServiceConnected");
229 if (Log.isLoggable(TAG, Log.DEBUG)) {
230 Log.d(TAG, "Unhandled HVAC event, id: " + val.getPropertyId());
247 if (Log.isLoggable(TAG, Log.DEBUG)) {
248 Log.d(TAG, "Hvac Power On: " + isOn + " should propagate: " + shouldPropagate);
261 if (Log.isLoggable(TAG, Log.DEBUG)) {
262 Log.d(TAG, "Seat Warmer Update, zone: " + zone + " level: " + level +
281 if (Log.isLoggable(TAG, Lo
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java81 private static final String TAG = "BlobCache"; field in class:BlobCache
198 Log.w(TAG, "cannot read header");
203 Log.w(TAG, "cannot read header magic");
208 Log.w(TAG, "version mismatch");
220 Log.w(TAG, "header checksum does not match");
226 Log.w(TAG, "invalid max entries");
230 Log.w(TAG, "invalid max bytes");
234 Log.w(TAG, "invalid active region");
238 Log.w(TAG, "invalid active entries");
242 Log.w(TAG, "invali
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java70 private static final String TAG = "PbapClientStateMachine"; field in class:PbapClientStateMachine
106 super(TAG);
128 Log.d(TAG, "Enter Disconnected: " + getCurrentMessage().what);
141 if (DBG) Log.d(TAG, "Enter Connecting: " + getCurrentMessage().what);
166 if (DBG) Log.d(TAG, "Processing MSG " + message.what + " from " + this.getName());
193 Log.w(TAG, "Received unexpected message while Connecting");
209 if (DBG) Log.v(TAG, "onReceive" + action);
214 Log.w(TAG, "SDP Record fetched for different device - Ignore");
218 if (DBG) Log.v(TAG, "Received UUID: " + uuid.toString());
219 if (DBG) Log.v(TAG, "expecte
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java47 private static final String TAG = HidDevService.class.getSimpleName(); field in class:HidDevService
77 if (DBG) Log.v(TAG, "handleMessage(): msg.what=" + msg.what);
96 Log.e(TAG, "e=" + e.toString());
107 Log.i(TAG, "IBinder.linkToDeath() ok");
117 Log.i(TAG, "IBinder.unlinkToDeath() ok");
225 Log.w(TAG, "Binder died, need to unregister app :(");
238 private static final String TAG = field in class:HidDevService.BluetoothHidDeviceBinder
255 Log.w(TAG, "HidDevice call not allowed for non-active user");
273 Log.v(TAG, "registerApp()");
286 Log.v(TAG, "unregisterAp
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DObexRejectServer.java40 private static final String TAG = "ObexRejectServer"; field in class:ObexRejectServer
68 if(V) Log.i(TAG,"onConnect() returning error");
79 Log.w(TAG, "Unable to close socket - ignoring", e);
85 if(V) Log.i(TAG,"Handling message ID: " + msg.what);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessagesListing.java32 private static final String TAG = "MessagesListing"; field in class:MessagesListing
65 Log.w(TAG, "Invalid <msg/>");
75 Log.e(TAG, "XML parser error when parsing XML", e);
77 Log.e(TAG, "I/O error when parsing XML", e);
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DMessengerService.java43 static final String TAG = "MessengerService"; field in class:MessengerService
44 static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
91 Log.d(TAG, "onCreate");
101 Log.d(TAG, "Connecting to MAP service");
106 Log.wtf(TAG, "BluetoothAdapter is null! Internal error?");
112 Log.wtf(TAG, "Unable to get MAP profile! Possible programmer error?");
120 Log.d(TAG, "Handling intent: " + intent);
144 Log.e(TAG, "Unable to send reply; MAP profile disconnected!");
170 Log.e(TAG, "Ignoring unknown intent: " + intent.getAction());
189 Log.w(TAG, "Inten
[all...]

Completed in 587 milliseconds

1234567891011>>