Searched refs:TAG (Results 76 - 100 of 2587) sorted by relevance

1234567891011>>

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DPMCStatusLogger.java36 public static String TAG; field in class:PMCStatusLogger
47 TAG = tag;
54 Log.e(TAG, "Exception creating log file: " + fileName + " " + e);
73 Log.e(TAG, "Exception writing log: " + message + " " + e);
90 Log.e(TAG, "Exception to put Alarm Times into JSONArray: " + e);
104 Log.v(TAG, "JSON: " + mJObject.toString());
109 Log.e(TAG, "Exception to put JSONArray into main JSON object: " + e);
111 Log.e(TAG, "Exception writing JSON to log file: " + e);
H A DGattServer.java44 public static final String TAG = "GATTS"; field in class:GattServer
62 Log.d(TAG, "Start GattServer()");
68 Log.e(TAG, "BluetoothAdapter is Null");
72 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now");
75 Log.e(TAG, "Can't enable Bluetooth");
106 Log.d(TAG, "End GattServer()");
119 Log.d(TAG, "startGattServer finished");
131 Log.d(TAG, "onServiceAdded: " + status);
137 Log.d(TAG, "onCharacteristicReadRequest: " + characteristic);
144 Log.d(TAG, "onCharacteristicWriteReques
[all...]
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DMiscService.java35 private static final String TAG = "MiscService"; field in class:MiscService
40 Log.v(TAG, "onCreate");
44 Log.v(TAG, "in onCreate, making server socket: " + e);
53 Log.v(TAG, "Waiting for connection...");
55 Log.v(TAG, "Got socket: " + socket);
62 Log.v(TAG, "in accept: " + e);
84 Log.v(TAG, "in echo thread loop: " + e);
92 Log.v(TAG, "onBind");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DJniUtils.java24 private static final String TAG = JniUtils.class.getSimpleName(); field in class:JniUtils
30 Log.e(TAG, "Could not load native library " + JniLibName.JNI_LIB_NAME, ule);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java29 private static final String TAG = "PhotoTable.PhotoSourcePlexor"; field in class:PhotoSourcePlexor
36 mSourceName = TAG;
43 log(TAG, "finding albums");
47 log(TAG, "found " + foundAlbums.size() + " network albums");
50 log(TAG, "found " + foundAlbums.size() + " user albums");
57 log(TAG, "finding images");
61 log(TAG, "found " + foundImages.size() + " network images");
64 log(TAG, "found " + foundImages.size() + " user images");
/packages/services/Car/car-default-input-service/src/android/car/input/service/
H A DDefaultInputService.java30 private static final String TAG = DefaultInputService.class.getSimpleName(); field in class:DefaultInputService
39 Log.i(TAG, "onKeyEvent(" + event + ", " + targetDisplay + ")");
/packages/services/Telephony/src/com/android/phone/
H A DOutgoingCallBroadcaster.java70 private static final String TAG = "OutgoingCallBroadcaster"; field in class:OutgoingCallBroadcaster
118 Log.i(TAG, "Outgoing call takes too long. Showing the spinner.");
123 Log.wtf(TAG, "Unknown message id: " + msg.what);
142 private static final String TAG = "OutgoingCallReceiver"; field in class:OutgoingCallBroadcaster.OutgoingCallReceiver
148 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
170 if (DBG) Log.v(TAG, "doReceive: " + intent);
179 if (DBG) Log.v(TAG, "CALL already placed -- returning.");
188 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
194 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning...");
199 if (DBG) Log.v(TAG, "Cal
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DTaskReceiver.java39 private static final String TAG = "VvmTaskReceiver"; field in class:TaskReceiver
58 VvmLog.w(TAG, "null intent received");
61 VvmLog.i(TAG, "task received");
64 VvmLog.i(TAG, "TaskExecutor already running");
68 VvmLog.w(TAG, "TaskExecutor is terminating, bouncing task");
75 VvmLog.i(TAG, "scheduling new job");
/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java25 * To enable, set log.tag.Bugle_Trace (defined by {@link #TAG} to VERBOSE before
35 private static final String TAG = "Bugle_Trace"; field in class:Trace
48 android.util.Log.isLoggable(TAG, android.util.Log.VERBOSE)) {
67 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
68 LogUtil.v(TAG, "beginSection() " + sectionName);
82 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
83 LogUtil.v(TAG, "endSection()");
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java35 private static final String TAG = "SnepServer"; field in class:SnepServer
102 super(TAG);
109 if (DBG) Log.d(TAG, "starting connection thread");
126 if (DBG) Log.e(TAG, "Closing from IOException");
129 if (DBG) Log.d(TAG, "about to close");
136 if (DBG) Log.d(TAG, "finished connection thread");
145 if (DBG) Log.w(TAG, "Bad snep message", e);
160 if (DBG) Log.d(TAG, "Bad requested length");
166 if (DBG) Log.d(TAG, "putting message " + request.toString());
169 if (DBG) Log.d(TAG, "Unknow
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DSingleThreadNamedTaskExecutor.java30 private static final String TAG = "QSB.SingleThreadNamedTaskExecutor"; field in class:SingleThreadNamedTaskExecutor
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
68 if (!mClosed) Log.w(TAG, "Worker exited before close");
84 if (DBG) Log.d(TAG, "Running task " + task.getName());
86 if (DBG) Log.d(TAG, "Task " + task.getName() + " complete");
88 Log.e(TAG, "Task " + task.getName() + " failed", ex);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppObserver.java42 private static final String TAG = "BluetoothMapAppObserver"; field in class:BluetoothMapAppObserver
70 if(V) Log.d(TAG, "getApp(): Looking for " + authoritiesName);
72 if(V) Log.d(TAG, " Comparing: " + app.getProviderAuthority());
74 if(V) Log.d(TAG, " found " + app.mBase_uri_no_account);
78 if(V) Log.d(TAG, " NOT FOUND!");
84 if(D)Log.d(TAG,"handleAccountChanges (packageNameWithProvider: "
111 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED");
119 if(V)Log.d(TAG, "UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " +
125 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " +
137 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVE
[all...]
H A DBluetoothMnsObexClient.java48 private static final String TAG = "BluetoothMnsObexClient"; field in class:BluetoothMnsObexClient
126 if (V) Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
131 if (D) Log.d(TAG, "MNS SDP info not available yet - Cannot Connect.");
146 if (V) Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2);
167 if (D) Log.d(TAG, "OBEX session disconnected");
170 Log.w(TAG, "OBEX session disconnect error " + e.getMessage());
174 if (D) Log.d(TAG, "OBEX session close mClientSession");
177 if (D) Log.d(TAG, "OBEX session closed");
180 Log.w(TAG, "OBEX session close error:" + e.getMessage());
184 if (D) Log.d(TAG, "Clos
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java51 public static final String TAG = "BluetoothOpp"; field in class:Constants
305 Log.v(TAG, "Dumping HeaderSet " + hs.toString());
308 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
309 Log.v(TAG, "NAME : " + hs.getHeader(HeaderSet.NAME));
310 Log.v(TAG, "TYPE : " + hs.getHeader(HeaderSet.TYPE));
311 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));
312 Log.v(TAG, "TIME_ISO_8601 : " + hs.getHeader(HeaderSet.TIME_ISO_8601));
313 Log.v(TAG, "TIME_4_BYTE : " + hs.getHeader(HeaderSet.TIME_4_BYTE));
314 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION));
315 Log.v(TAG, "TARGE
[all...]
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java38 private static final String TAG = "MediaActivity"; field in class:MediaActivity
67 if (Log.isLoggable(TAG, Log.DEBUG)) {
68 Log.d(TAG, "Content fragment queued. Attaching now.");
117 if (Log.isLoggable(TAG, Log.DEBUG)) {
118 Log.d(TAG, "onResumeFragments");
128 if (Log.isLoggable(TAG, Log.VERBOSE)) {
129 Log.v(TAG, "onNewIntent(); intent: " + (intent == null ? "<< NULL >>" : intent));
153 if (Log.isLoggable(TAG, Log.DEBUG)) {
154 Log.d(TAG, "Media component in intent.");
163 if (Log.isLoggable(TAG, Lo
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java41 private static final String TAG = LogUtil.BUGLE_TAG; field in class:NoConfirmationSmsSendService
56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
57 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent");
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
63 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent wrong action: " +
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
71 LogUtil.v(TAG, "Called to send SMS but no extras");
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
91 LogUtil.v(TAG, "Both conversationId and recipient(s) cannot be empty");
100 if (LogUtil.isLoggable(TAG, LogUti
[all...]
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java29 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG; field in class:BaseWidgetProvider
54 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
55 LogUtil.v(TAG, "onReceive intent: " + intent + " for " + this.getClass());
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
71 LogUtil.v(TAG, "onReceive notifyAppWidgetViewDataChanged listId: " +
92 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
93 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize");
107 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
108 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize row: " + rows +
129 if (LogUtil.isLoggable(TAG, LogUti
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java30 private static String TAG = "NativeInterface"; field in class:NativeInterface
71 Log.d(TAG, "Device addr " + event.device.getAddress() + " State " + state);
77 Log.w(TAG, "Ignoring message because service not available: " + event);
86 Log.d(TAG, "onAudioStateChanged: address " + address + " event " + event);
92 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " + event);
97 Log.w(TAG, "onVrStateChanged not supported");
105 Log.d(TAG, "onVrStateChanged: address " + address + " event " + event);
112 Log.w(TAG, "onVrStateChanged: Ignoring message because service not available: " + event);
121 Log.d(TAG, "onNetworkRoaming: incoming: " + event);
127 Log.w(TAG, "onNetworkRoamin
[all...]
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DCameraLatency.java37 private String TAG = "CameraLatency"; field in class:CameraLatency
73 Log.v(TAG, "start testImageCapture test");
105 Log.v(TAG, "Got exception", e);
145 Log.v(TAG, "The Image capture wait time = " +
147 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime);
148 Log.v(TAG, "Avg mShutterLag = " + mAvgShutterLag);
149 Log.v(TAG, "Avg mShutterToPictureDisplayedTime = "
151 Log.v(TAG, "Avg mPictureDisplayedToJpegCallbackTime = "
153 Log.v(TAG, "Avg mJpegCallbackFinishTime = " + mAvgJpegCallbackFinishTime);
154 Log.v(TAG, "Av
[all...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DSystemCodeRoutingManager.java30 static final String TAG = "SystemCodeRoutingManager"; field in class:SystemCodeRoutingManager
40 if (DBG) Log.d(TAG, "configureRouting");
55 Log.d(TAG, "Routing table unchanged, not updating");
60 if (DBG) Log.d(TAG, "deregisterNfcFSystemCodeonDh:");
65 if (DBG) Log.d(TAG, "registerNfcFSystemCodeonDh:");
70 Log.d(TAG, "(Before) mConfiguredT3tIdentifiers: size=" +
73 Log.d(TAG, " " + t3tIdentifier.systemCode +
76 Log.d(TAG, "(After) mConfiguredT3tIdentifiers: size=" +
79 Log.d(TAG, " " + t3tIdentifier.systemCode +
101 if (DBG) Log.d(TAG, "onNfccRoutingTableCleare
[all...]
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java34 private static final String TAG = "NdefPushClient"; field in class:NdefPushClient
56 if (DBG) Log.d(TAG, "about to create socket");
66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
92 Log.e(TAG, "Not connected to NPP.");
105 if (DBG) Log.d(TAG, "about to send a " + buffer.length + " byte message");
109 if (DBG) Log.d(TAG, "about to send a " + length + " byte packet");
115 Log.e(TAG, "couldn't send tag");
116 if (DBG) Log.d(TAG, "exception:", e);
120 if (DBG) Log.d(TAG, "about to close");
134 if (DBG) Log.d(TAG, "Abou
[all...]
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
H A DAnomalyActions.java34 private static final String TAG = AnomalyActions.class.getSimpleName(); field in class:AnomalyActions
45 Log.e(TAG, "Intent was missing action.");
55 Log.e(TAG, "Intent had invalid action");
66 Log.e(TAG, "Device does not support Bluetooth or Bluetooth not enabled");
71 Log.e(TAG, "Cannot access BLE scanner");
78 Log.v(TAG, "called onScanResult");
83 Log.v(TAG, "called onScanFailed");
88 Log.v(TAG, "called onBatchScanResults");
96 Log.e(TAG, "Thread couldn't sleep for " + durationMs, e);
109 Log.e(TAG, "Threa
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java51 static final String TAG = "AvrcpControllerService"; field in class:AvrcpControllerService
53 static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
213 return TAG;
242 Log.d(TAG, "getAvrcpControllerService(): returning "
249 Log.d(TAG, "getAvrcpControllerService(): service is NULL");
251 Log.d(TAG, "getAvrcpControllerService(): service is not available");
260 Log.d(TAG, "setAvrcpControllerService(): set to: " + sAvrcpControllerService);
266 Log.d(TAG, "setAvrcpControllerService(): service not available");
268 Log.d(TAG, "setAvrcpControllerService(): service is cleaning up");
308 Log.v(TAG, "sendGroupNavigationCm
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DGoogleCalendarUriIntentFilter.java43 private static final String TAG = "GoogleCalendarUriIntentFilter"; field in class:GoogleCalendarUriIntentFilter
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
109 Log.wtf(TAG, "Unexpected one letter domain: "
120 if (debug) Log.d(TAG, "eid= " + eid );
121 if (debug) Log.d(TAG, "email= " + email );
122 if (debug) Log.d(TAG, "domain=" + domain );
131 Log.w(TAG, "Punting malformed URI " + uri);
146 Log.i(TAG, "Could not find event for uri: " +uri);
150 if (debug) Log.d(TAG, "eidPart
[all...]
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
H A DVpnTests.java87 private static final String TAG = "VpnTests"; field in class:VpnTests
119 Log.v(TAG, "print out the vpn profiles");
124 Log.d(TAG, "certificate file for this vpn is " + vpnInfo.getCertificateFile());
127 Log.d(TAG, "password for the certificate file is: " + vpnInfo.getPassword());
134 Log.v(TAG, "disconnect legacy VPN");
142 Log.v(TAG, "Wait for legacy VPN to be disconnected.");
160 Log.v(TAG, "profile: ");
161 Log.v(TAG, "key: " + profile.key);
162 Log.v(TAG, "name: " + profile.name);
163 Log.v(TAG, "typ
[all...]

Completed in 803 milliseconds

1234567891011>>