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

1234567891011>>

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
H A DA2dpMediaBrowserService.java48 private static final String TAG = "A2dpMediaBrowserService"; field in class:A2dpMediaBrowserService
90 Log.e(TAG, "Parent class has died; aborting.");
121 Log.d(TAG, "onCreate");
123 mSession = new MediaSession(this, TAG);
141 Log.d(TAG, "onDestroy");
154 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId);
161 Log.d(TAG, "onServiceConnected");
167 Log.d(TAG, "got AVRCP device " + device);
173 Log.d(TAG, "onServiceDisconnected " + profile);
185 Log.d(TAG, "onPla
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
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/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...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DObexTestDataHandler.java11 final String TAG; field in class:ObexTestDataHandler
25 TAG = TAG_BASE + tag;
53 if(V) Log.v(TAG,result);
70 if(V) Log.v(TAG, "readData() started data to read: " + params.bytesToSend);
75 if(V) Log.v(TAG, "Read()");
77 if(V) Log.v(TAG, "Read() done - count=" + count);
92 if(V) Log.v(TAG, "Throttle Sleep():" + sleepTime);
102 Log.e(TAG, "Error in readData():",e);
116 if(V) Log.v(TAG, "writeData() started data to write: " + params.bytesToSend);
120 if(V) Log.v(TAG, "Writ
[all...]
H A DBluetoothMapContentTest.java45 private static final String TAG = "BluetoothMapContentTest"; field in class:BluetoothMapContentTest
73 if (D) Log.d(TAG, BluetoothMapContract.MessageColumns.ACCOUNT_ID + " : " +
115 if(D)Log.d(TAG,"getEnabledAccountItems()\n");
154 if (D) Log.d(TAG, "addEmailFolders(): no elements found");
195 Log.d(TAG, sb.toString());
211 Log.d(TAG, new String(buffer,0, count));
216 Log.w(TAG, e);
218 Log.w(TAG, e);
260 Log.d(TAG, new String(buffer,0, count));
264 Log.w(TAG,
[all...]
/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/services/Car/service/src/com/android/car/
H A DCarCameraService.java32 public static final String TAG = CarLog.TAG_CAMERA + ".CarCameraService"; field in class:CarCameraService
46 Log.d(TAG, "init called");
57 Log.e(TAG, "Null device pointer returned for cameraType = " + i);
63 Log.e(TAG, "No car cameras are supported");
66 Log.w(TAG, "Cannot load camera module");
73 Log.d(TAG, "release called");
91 Log.d(TAG, "getCameraList called");
115 Log.d(TAG, "getCapabilities called, type = " + String.valueOf(cameraType));
131 Log.d(TAG, "getCameraCrop called: " + rect.toString());
139 Log.d(TAG, "setCameraCro
[all...]
H A DCarRadioService.java40 public static String TAG = CarLog.TAG_RADIO + ".CarRadioService"; field in class:CarRadioService
55 private String TAG = CarRadioService.TAG + ".RadioDeathRecipient"; field in class:CarRadioService.RadioDeathRecipient
69 Log.d(TAG, "binderDied " + mListenerBinder);
106 Log.d(TAG, "registerListener");
109 Log.e(TAG, "registerListener: Listener is null.");
123 Log.e(TAG, "Failed to link death for recipient. " + e);
138 Log.d(TAG, "unregisterListener");
142 Log.e(TAG, "unregisterListener: Listener is null.");
148 Log.e(TAG, "unregisterListene
[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/services/Telecomm/src/com/android/server/telecom/
H A DTelecomWakeLock.java53 private static final String TAG = "TelecomWakeLock"; field in class:TelecomWakeLock
92 Log.i(TAG, "Can not acquire WakeLock (not supported) with level: " + mWakeLockLevel);
98 Log.i(TAG, "Acquiring WakeLock with id: " + mWakeLockLevel);
100 Log.i(TAG, "WakeLock already acquired for id: " + mWakeLockLevel);
106 Log.i(TAG, "Can not release WakeLock (not supported) with id: " + mWakeLockLevel);
112 Log.i(TAG, "Releasing WakeLock with id: " + mWakeLockLevel);
114 Log.i(TAG, "WakeLock already released with id: " + mWakeLockLevel);
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
H A DRetryPolicy.java32 private static final String TAG = "RetryPolicy"; field in class:RetryPolicy
68 VvmLog.d(TAG, "retry #" + mRetryCount + " for " + mTask + " queued, executing in "
75 VvmLog.e(TAG, "null phone account for subId " + task.getSubId());
92 VvmLog.d(TAG, mTask.toString() + " completed successfully");
95 VvmLog.d(TAG, "Retry limit for " + mTask + " reached");
97 VvmLog.i(TAG, "committing deferred status: " + mVoicemailStatusEditor.getValues());
101 VvmLog.i(TAG, "discarding deferred status: " + mVoicemailStatusEditor.getValues());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java72 private static final String TAG = "BluetoothPbapService"; field in class:BluetoothPbapService
198 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
205 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
221 Log.w(TAG, "Stopping BluetoothPbapService: "
240 if (VERBOSE) Log.v(TAG, "action: " + action);
243 if (VERBOSE) Log.v(TAG, "state: " + state);
267 Log.e(TAG, "Unexpected error!");
271 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device);
301 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED) result=" + result);
311 Log.e(TAG, "Caugh
[all...]
H A DBluetoothPbapReceiver.java43 private static final String TAG = "BluetoothPbapReceiver"; field in class:BluetoothPbapReceiver
54 if (D) Log.d(TAG, "PbapReceiver onReceive action = " + action);
60 if (D) Log.d(TAG, "state = " + state);
71 if (D) Log.d(TAG, "BluetoothAdapter is not enabled (" +
77 if (D) Log.d(TAG, "Calling start service with action = " + in.getAction());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapObexSession.java35 private static final String TAG = "BluetoothPbapObexSession"; field in class:BluetoothPbapObexSession
72 Log.d(TAG, "start");
99 Log.d(TAG, "stop");
115 Log.d(TAG, "schedule() called with: " + request);
120 Log.e(TAG, "Adding messages failed, obex must be disconnected.");
132 Log.d(TAG, "connect()");
140 Log.d(TAG, "connect() exception: " + e);
170 Log.d(TAG, "disconnect()");
196 Log.e(TAG, "Error during executeRequest " + e);
208 Log.d(TAG, "setAuthRepl
[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/services/Telephony/src/com/android/phone/
H A DHfaLogic.java50 private static final String TAG = HfaLogic.class.getSimpleName(); field in class:HfaLogic
90 Log.i(TAG, "start:");
97 Log.i(TAG, "startProvisioning:");
102 Log.i(TAG, "sendHfaCommand: command=" + action);
107 Log.i(TAG, "onHfaError: call mCallBack.onError errorMsg=" + errorMsg
111 Log.i(TAG, "onHfaError: retry");
114 Log.i(TAG, "onHfaError: Declare OTASP_FAILURE");
123 Log.i(TAG, "onHfaSuccess: NOT bouncing radio call onTotalSuccess");
130 Log.i(TAG, "onTotalSuccess: call mCallBack.onSuccess");
148 Log.i(TAG, "Radi
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConference.java32 private static final String TAG = "HfpClientConference"; field in class:HfpClientConference
51 Log.d(TAG, "onDisconnect");
58 Log.d(TAG, "onMerge " + connection);
64 Log.d(TAG, "onSeparate " + connection);
71 Log.d(TAG, "onHold");
79 Log.w(TAG, "Ignoring unhold; call hold on the foreground call");
82 Log.d(TAG, "onUnhold");
88 Log.d(TAG, "onPlayDtmfTone " + c);
96 Log.d(TAG, "onConnectionAdded " + connection);
/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/Camera2/tests_camera/src/com/android/camera/stress/
H A DCameraLatency.java37 private String TAG = "CameraLatency"; field in class:CameraLatency
71 Log.v(TAG, "start testImageCapture test");
102 Log.v(TAG, "Got exception", e);
138 Log.v(TAG, "The Image capture wait time = " +
140 Log.v(TAG, "Avg AutoFocus = " + mAvgAutoFocusTime);
141 Log.v(TAG, "Avg mShutterLag = " + mAvgShutterLag);
142 Log.v(TAG, "Avg mShutterToPictureDisplayedTime = "
144 Log.v(TAG, "Avg mPictureDisplayedToJpegCallbackTime = "
146 Log.v(TAG, "Avg mJpegCallbackFinishTime = " + mAvgJpegCallbackFinishTime);
/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/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/usbtuner/src/com/android/usbtuner/
H A DUsbTunerHal.java50 Log.e(TAG, "There's no dvb device attached");
56 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");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsContentObserver.java39 private static final String TAG = "ContactsContentObserver"; field in class:ContactsContentObserver
56 Log.i(TAG, "No permission to read contacts. Not registering the observer.");
62 Log.d(TAG, "registerObserver()");
80 Log.i(TAG, "No permission to read contacts. Not updating the contacts.");
87 Log.d(TAG, "run() : Already running. Don't waste time checking again.");
93 Log.d(TAG, "run() : Contacts have changed. Notifying listeners.");
103 Log.i(TAG, "No permission to read contacts. Marking contacts as not changed.");
117 Log.d(TAG, "haveContentsChanged() : Count changed from "
127 Log.d(TAG, "haveContentsChanged() : No change detected in "
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DBluetoothMapManager.java75 private static final String TAG = "BluetoothMapManager"; field in class:BluetoothMapManager
98 throw new IllegalArgumentException(TAG + ": Callbacks cannot be null!");
173 Log.w(TAG, "Not in disconnected state, connection will eventually resume: " +
190 Log.e(TAG, "Failed binding to service." + ex);
212 Log.d(TAG, "Calling IBluetoothMapService.disconnect ...");
220 Log.w(TAG, "RemoteException during disconnect for " + mServiceConnection);
236 Log.d(TAG, "Calling IBluetoothMapService.enableNotifications ..." + status);
241 Log.d(TAG, "Not connected to service.");
250 TAG + "Operation already in flight: " + mOpInflight +
258 Log.e(TAG, "", e
[all...]

Completed in 1526 milliseconds

1234567891011>>