Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 3565) sorted by relevance

12345678910>>...143

/packages/apps/DevCamera/src/com/android/devcamera/
DCameraDeviceReport.java39 private static final String TAG = "DevCamera_INFO"; field in CameraDeviceReport
55 Log.v(TAG, "Number of cameras:" + cameralist.length); in printCameraSystemInfo()
57 Log.e(TAG, "Could not get camera ID list: "+e); in printCameraSystemInfo()
72 Log.v(TAG, "============= CAMERA " + id + " INFO ============="); in printCameraInfo()
78 Log.e(TAG, "Could not get getCameraCharacteristics"); in printCameraInfo()
86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: " in printCameraInfo()
89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null"); in printCameraInfo()
93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight()); in printCameraInfo()
96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight()); in printCameraInfo()
100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation); in printCameraInfo()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java44 public static final String TAG = "A2DPPOWER"; field in A2dpReceiver
70 Log.d(TAG, "mBluetoothA2dpReceiver.onReceive() intent=" + intent);
87 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceConnected");
93 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceDisconnected");
111 Log.e(TAG, "BluetoothAdapter is Null"); in A2dpReceiver()
115 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in A2dpReceiver()
118 Log.e(TAG, "Can't enable Bluetooth"); in A2dpReceiver()
129 Log.d(TAG, "After getProfileProxy()"); in A2dpReceiver()
135 Log.d(TAG, "A2dpReceiver()"); in A2dpReceiver()
143 Log.d(TAG, "Start initialize()"); in initialize()
[all …]
DBleScanReceiver.java42 public static final String TAG = "BLEPOWER"; field in BleScanReceiver
61 Log.e(TAG, "Bluetooth scan result: " + result.toString());
66 Log.e(TAG, "Scan Failed: " + errorCode);
90 Log.d(TAG, "Start BleScanListener()"); in BleScanListener()
94 Log.e(TAG, "BluetoothAdapter is Null"); in BleScanListener()
98 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in BleScanListener()
101 Log.e(TAG, "Can't enable Bluetooth"); in BleScanListener()
117 Log.d(TAG, "End BleScanListener()"); in BleScanListener()
133 Log.d(TAG, "First Alarm for scan mode: " + scanMode); in firstAlarm()
164 Log.d(TAG, "repeatAlarm() currentAlarm: " + currentAlarm); in repeatAlarm()
[all …]
DGattClientListener.java49 public static final String TAG = "GATTC"; field in GattClientListener
75 Log.d(TAG, "Start GattClientListener()"); in GattClientListener()
81 Log.e(TAG, "BluetoothAdapter is Null"); in GattClientListener()
85 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in GattClientListener()
88 Log.e(TAG, "Can't enable Bluetooth"); in GattClientListener()
99 Log.d(TAG, "End GattClientListener"); in GattClientListener()
125 Log.d(TAG, "Current Cycle Num: " + currentAlarm); in startAlarm()
127 Log.d(TAG, "All alarms are done"); in startAlarm()
150 Log.d(TAG, "onReceiver: " + intent.getAction()); in onReceive()
157 Log.e(TAG, "Remote device Mac Address is not set"); in onReceive()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java51 private static final String TAG = "BluetoothMapObexServer"; field in BluetoothMapObexServer
144 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
148 Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
154 Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
219 Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
301 Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
323 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
331 if (V) Log.d(TAG," setRemoteFeatureMask mMessageVersion :" + mMessageVersion); in setRemoteFeatureMask()
337 Log.d(TAG, "onConnect():"); in onConnect()
354 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
[all …]
DBluetoothMapService.java61 private static final String TAG = "BluetoothMapService"; field in BluetoothMapService
160 Log.d(TAG, "closeService() in"); in closeService()
179 Log.v(TAG, "CloseService(): Release Wake Lock"); in closeService()
196 Log.i(TAG, "Quit looper"); in closeService()
202 Log.v(TAG, "MAP Service closeService out"); in closeService()
219 Log.w(TAG, "startSocketListeners(): Invalid MasId: " + masId); in startSocketListeners()
229 Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions()
240 Log.v(TAG, "startObexSessions(): Acquire Wake Lock"); in startObexServerSessions()
256 Log.w(TAG, "IOException occured while starting an obexServerSession restarting" in startObexServerSessions()
260 Log.w(TAG, "RemoteException occured while starting an obexServerSession restarting" in startObexServerSessions()
[all …]
DBluetoothMnsObexClient.java48 private static final String TAG = "BluetoothMnsObexClient"; field in BluetoothMnsObexClient
127 Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage()
134 Log.d(TAG, "MNS SDP info not available yet - Cannot Connect."); in handleMessage()
151 Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage()
174 Log.d(TAG, "OBEX session disconnected"); in disconnect()
178 Log.w(TAG, "OBEX session disconnect error " + e.getMessage()); in disconnect()
183 Log.d(TAG, "OBEX session close mClientSession"); in disconnect()
188 Log.d(TAG, "OBEX session closed"); in disconnect()
192 Log.w(TAG, "OBEX session close error:" + e.getMessage()); in disconnect()
197 Log.d(TAG, "Close Obex Transport"); in disconnect()
[all …]
DBluetoothMapAppObserver.java43 private static final String TAG = "BluetoothMapAppObserver"; field in BluetoothMapAppObserver
72 Log.d(TAG, "getApp(): Looking for " + authoritiesName); in getApp()
76 Log.d(TAG, " Comparing: " + app.getProviderAuthority()); in getApp()
80 Log.d(TAG, " found " + app.mBase_uri_no_account); in getApp()
86 Log.d(TAG, " NOT FOUND!"); in getApp()
94 Log.d(TAG, "handleAccountChanges (packageNameWithProvider: " + packageNameWithProvider in handleAccountChanges()
125 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED"); in handleAccountChanges()
135 Log.d(TAG, "UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " in handleAccountChanges()
143 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " in handleAccountChanges()
157 Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " + removedAcc); in handleAccountChanges()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java66 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer
109 Log.d(TAG, " Action :" + action); in onReceive()
114 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive()
120 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()
126 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive()
141 Log.d(TAG, "Received UUID: " + uuid.toString()); in onReceive()
142 Log.d(TAG, "expected UUID: " + BluetoothUuid.OBEX_OBJECT_PUSH.toString()); in onReceive()
146 Log.d(TAG, " -> status: " + status); in onReceive()
150 Log.w(TAG, "OPP SDP search, target device is null, ignoring result"); in onReceive()
154 Log.w(TAG, " OPP SDP search for wrong device, ignoring!!"); in onReceive()
[all …]
DBluetoothOppService.java98 Log.v(TAG, "ContentObserver received notification"); in onChange()
104 private static final String TAG = "BtOppService"; field in BluetoothOppService
195 Log.v(TAG, "onCreate"); in create()
214 Log.w(TAG, "Local BT device is not enabled"); in create()
222 Log.w(TAG, "BluetoothOppPreference.getInstance returned null."); in create()
230 Log.v(TAG, "start()"); in start()
245 Log.w(TAG, "stop() called before start()"); in stop()
257 Log.v(TAG, "Starting RfcommListener"); in startListener()
288 Log.w(TAG, "getBluetoothOppService(): service is null"); in getBluetoothOppService()
292 Log.w(TAG, "getBluetoothOppService(): service is not available"); in getBluetoothOppService()
[all …]
DBluetoothOppObexClientSession.java65 private static final String TAG = "BtOppObexClient"; field in BluetoothOppObexClientSession
94 Log.d(TAG, "Start!"); in start()
104 Log.d(TAG, "Stop!"); in stop()
111 Log.v(TAG, "waiting for thread to terminate"); in stop()
117 Log.v(TAG, "Interrupted waiting for thread to join"); in stop()
172 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ClientThread()
186 Log.v(TAG, "acquire partial WakeLock"); in run()
194 Log.v(TAG, "Client thread was interrupted (1), exiting"); in run()
209 Log.d(TAG, "Client thread waiting for next share, sleep for " in run()
222 Log.v(TAG, "release partial WakeLock"); in run()
[all …]
DBluetoothOppObexServerSession.java70 private static final String TAG = "BtOppObexServer"; field in BluetoothOppObexServerSession
113 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in BluetoothOppObexServerSession()
129 Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart()
133 Log.e(TAG, "Create server session error" + e); in preStart()
143 Log.d(TAG, "Start!"); in start()
160 Log.d(TAG, "Stop!"); in stop()
168 Log.e(TAG, "close mTransport error" + e); in stop()
178 Log.d(TAG, "addShare for id " + info.mId); in addShare()
187 Log.d(TAG, "onPut " + op.toString()); in onPut()
216 Log.e(TAG, "onPut: getReceivedHeaders error " + e); in onPut()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java45 private static final String TAG = "SapService"; field in SapService
123 Log.d(TAG, "Removing SDP record handle: " + mSdpHandle); in removeSdpRecord()
132 Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener()
146 Log.v(TAG, "Sap Service initSocket"); in initSocket()
165 Log.e(TAG, "Error create RfcommServerSocket ", e); in initSocket()
177 Log.w(TAG, "initServerSocket failed as BT is (being) turned off"); in initSocket()
182 Log.v(TAG, "wait 300 ms"); in initSocket()
186 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e); in initSocket()
195 Log.v(TAG, "Succeed to create listening socket "); in initSocket()
199 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try"); in initSocket()
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBlePeripheralManager.java56 private static final String TAG = BlePeripheralManager.class.getSimpleName(); field in BlePeripheralManager
176 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising()
177 Log.d(TAG, "startAdvertising: " + service.getUuid().toString()); in startAdvertising()
180 Log.e(TAG, "Attempted start advertising, but system does not support BLE. " in startAdvertising()
201 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopAdvertising()
202 Log.d(TAG, "stopAdvertising: "); in stopAdvertising()
219 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyCharacteristicChanged()
220 Log.d(TAG, "notifyCharacteristicChanged succeeded: " + result); in notifyCharacteristicChanged()
257 Log.e(TAG, "Error getting connected devices", e); in cleanup()
271 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopGattServer()
[all …]
DCarBleTrustAgent.java57 private static final String TAG = CarBleTrustAgent.class.getSimpleName(); field in CarBleTrustAgent
65 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
66 Log.d(TAG, "onCreate()"); in onCreate()
78 Log.e(TAG, "Cannot retrieve the Trusted device Service"); in onCreate()
91 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
92 Log.d(TAG, "Car Trust agent shutting down"); in onDestroy()
105 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
106 Log.d(TAG, "onDeviceLocked Current user: " + uid); in onDeviceLocked()
112 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
113 Log.d(TAG, "Not starting Unlock Advertising yet, since current user: " in onDeviceLocked()
[all …]
DCarTrustAgentEnrollmentService.java95 private static final String TAG = "CarTrustAgentEnroll"; field in CarTrustAgentEnrollmentService
214 Log.e(TAG, "Trusted Device Enrollment disabled"); in startEnrollmentAdvertising()
230 if (Log.isLoggable(TAG, Log.DEBUG)) { in startEnrollmentAdvertising()
231 Log.d(TAG, "Successfully started advertising service"); in startEnrollmentAdvertising()
238 Log.e(TAG, "Failed to advertise, errorCode: " + errorCode); in startEnrollmentAdvertising()
270 Log.wtf(TAG, in enrollmentHandshakeAccepted()
368 Log.wtf(TAG, in setTrustedDeviceEnrollmentEnabled()
433 Log.e(TAG, "Cannot link death recipient to binder ", e); in registerEnrollmentCallback()
448 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
449 Log.d(TAG, "onEscrowTokenAdded handle:" + handle + " uid:" + uid); in onEscrowTokenAdded()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java63 private static final String TAG = "BluetoothPbapObexServer"; field in BluetoothPbapObexServer
247 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
251 Log.w(TAG, "Wrong UUID length"); in onConnect()
256 Log.w(TAG, "Wrong UUID"); in onConnect()
262 Log.e(TAG, e.toString()); in onConnect()
270 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
275 Log.e(TAG, e.toString()); in onConnect()
287 Log.e(TAG, e.toString()); in onConnect()
292 Log.v(TAG, "onConnect(): uuid is ok, will send out " + "MSG_SESSION_ESTABLISHED msg."); in onConnect()
301 Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java90 private static final String TAG = "HeadsetService"; field in HeadsetService
131 Log.i(TAG, "create()"); in create()
140 Log.i(TAG, "start()"); in start()
179 Log.i(TAG, "stop()"); in stop()
181 Log.w(TAG, "stop() called before start()"); in stop()
236 Log.i(TAG, "cleanup"); in cleanup()
238 Log.w(TAG, "cleanup() called before create()"); in cleanup()
332 Log.w(TAG, "mHeadsetReceiver, action is null");
340 Log.e(TAG, "Bad Battery Changed intent: batteryLevel=" + batteryLevel
367 Log.wtf(TAG, "Cannot find state machine for " + device);
[all …]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java36 private static final String TAG = "nfcTest"; field in SnepValidationClientTests
43 Log.d(TAG, "Waiting for service to restart..."); in setUp()
48 Log.d(TAG, "Running test."); in setUp()
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented()
57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented()
60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented()
64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented()
68 Log.d(TAG, "Closing client."); in testNonFragmented()
71 Log.d(TAG, "Test failed.", e); in testNonFragmented()
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java72 private static final String TAG = "A2dpStateMachine"; field in A2dpStateMachine
101 super(TAG, looper); in A2dpStateMachine()
123 Log.i(TAG, "make for device " + device); in make()
151 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + (currentMessage == null ? "null" in enter()
161 Log.i(TAG, "Disconnected: stopped playing: " + mDevice); in enter()
184 Log.i(TAG, "Connecting to " + mDevice); in processMessage()
186 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
193 Log.w(TAG, "Outgoing A2DP Connecting request rejected: " + mDevice); in processMessage()
197 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice); in processMessage()
203 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java68 private static final String TAG = "HearingAidStateMachine"; field in HearingAidStateMachine
94 super(TAG, looper); in HearingAidStateMachine()
114 Log.i(TAG, "make for device " + device); in make()
134 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + messageWhatToString( in enter()
163 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
170 Log.w(TAG, "Outgoing HearingAid Connecting request rejected: " + mDevice); in processMessage()
174 Log.d(TAG, "Disconnected: DISCONNECT: call native disconnect for " + mDevice); in processMessage()
180 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage()
183 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
190 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java35 private static final String TAG = "NativeInterface"; field in NativeInterface
318 Log.d(TAG, "Device addr " + event.device.getAddress() + " State " + state); in onConnectionStateChanged()
324 Log.w(TAG, "Ignoring message because service not available: " + event); in onConnectionStateChanged()
333 Log.d(TAG, "onAudioStateChanged: address " + address + " event " + event); in onAudioStateChanged()
339 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " in onAudioStateChanged()
349 Log.d(TAG, "onVrStateChanged: address " + address + " event " + event); in onVrStateChanged()
356 Log.w(TAG, in onVrStateChanged()
366 Log.d(TAG, "onNetworkStateChanged: address " + address + " event " + event); in onNetworkState()
373 Log.w(TAG, in onNetworkState()
384 Log.d(TAG, "onNetworkRoaming: incoming: " + event); in onNetworkRoaming()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java53 private static final String TAG = HidDeviceService.class.getSimpleName(); field in HidDeviceService
85 Log.d(TAG, "handleMessage(): msg.what=" + msg.what); in handleMessage()
94 Log.d(TAG, "App registered, set device to: " + device); in handleMessage()
107 Log.e(TAG, "e=" + e.toString()); in handleMessage()
117 Log.i(TAG, "IBinder.linkToDeath() ok"); in handleMessage()
127 Log.i(TAG, "IBinder.unlinkToDeath() ok"); in handleMessage()
250 Log.w(TAG, "Binder died, need to unregister app :("); in binderDied()
274 private static final String TAG = BluetoothHidDeviceBinder.class.getSimpleName(); field in HidDeviceService.BluetoothHidDeviceBinder
297 Log.w(TAG, "HidDevice call not allowed for non-active user"); in getService()
313 Log.d(TAG, "registerApp()"); in registerApp()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManager.java41 static final String TAG = "HostNfcFEmulationManager"; field in HostNfcFEmulationManager
96 if (DBG) Log.d(TAG, "notifyHostEmulationActivated"); in onHostEmulationActivated()
100 if (DBG) Log.d(TAG, "notifyHostEmulationData"); in onHostEmulationData()
121 if (DBG) Log.d(TAG, "resolvedServiceName: " + resolvedServiceName.toString() + in onHostEmulationData()
127 Log.d(TAG, "Binding to existing service"); in onHostEmulationData()
132 Log.d(TAG, "Waiting for new service."); in onHostEmulationData()
142 Log.d(TAG, "Unexpected packet in STATE_W4_SERVICE"); in onHostEmulationData()
153 if (DBG) Log.d(TAG, "notifyHostEmulationDeactivated"); in onHostEmulationDeactivated()
186 if (DBG) Log.d(TAG, "sendDataToServiceLocked"); in sendDataToServiceLocked()
188 Log.d(TAG, "service: " + in sendDataToServiceLocked()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java49 private static final String TAG = "MapClientService"; field in MapClientService
66 Log.w(TAG, "getMapClientService(): service is null"); in getMapClientService()
70 Log.w(TAG, "getMapClientService(): service is not available "); in getMapClientService()
78 Log.d(TAG, "setMapClientService(): set to: " + instance); in setMapClientService()
103 Log.d(TAG, "MAP connect device: " + device in connect()
107 Log.w(TAG, "Connection not allowed: <" + device.getAddress() in connect()
125 Log.e(TAG, "Maxed out on the number of allowed MAP connections. " in connect()
136 Log.w(TAG, "Received connect request while already connecting/connected."); in connect()
143 Log.d(TAG, "Statemachine exists for a device in unexpected state: " + state); in connect()
150 Log.d(TAG, "MAP connect device: " + device in connect()
[all …]

12345678910>>...143