/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraDeviceReport.java | 39 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/ |
D | A2dpReceiver.java | 44 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 …]
|
D | BleScanReceiver.java | 42 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 …]
|
D | GattClientListener.java | 49 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/ |
D | BluetoothMapObexServer.java | 51 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() 332 Log.d(TAG, "onConnect():"); in onConnect() 349 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 353 Log.w(TAG, "Wrong UUID length"); in onConnect() [all …]
|
D | BluetoothMapService.java | 58 private static final String TAG = "BluetoothMapService"; field in BluetoothMapService 157 Log.d(TAG, "closeService() in"); in closeService() 176 Log.v(TAG, "CloseService(): Release Wake Lock"); in closeService() 193 Log.i(TAG, "Quit looper"); in closeService() 199 Log.v(TAG, "MAP Service closeService out"); in closeService() 216 Log.w(TAG, "startSocketListeners(): Invalid MasId: " + masId); in startSocketListeners() 226 Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions() 237 Log.v(TAG, "startObexSessions(): Acquire Wake Lock"); in startObexServerSessions() 253 Log.w(TAG, "IOException occured while starting an obexServerSession restarting" in startObexServerSessions() 257 Log.w(TAG, "RemoteException occured while starting an obexServerSession restarting" in startObexServerSessions() [all …]
|
D | BluetoothMnsObexClient.java | 48 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 …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 67 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer 110 Log.d(TAG, " Action :" + action); in onReceive() 115 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive() 121 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive() 127 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive() 142 Log.d(TAG, "Received UUID: " + uuid.toString()); in onReceive() 143 Log.d(TAG, "expected UUID: " + BluetoothUuid.ObexObjectPush.toString()); in onReceive() 147 Log.d(TAG, " -> status: " + status); in onReceive() 151 Log.w(TAG, "OPP SDP search, target device is null, ignoring result"); in onReceive() 155 Log.w(TAG, " OPP SDP search for wrong device, ignoring!!"); in onReceive() [all …]
|
D | BluetoothOppService.java | 100 Log.v(TAG, "ContentObserver received notification"); in onChange() 106 private static final String TAG = "BtOppService"; field in BluetoothOppService 197 Log.v(TAG, "onCreate"); in create() 216 Log.w(TAG, "Local BT device is not enabled"); in create() 224 Log.w(TAG, "BluetoothOppPreference.getInstance returned null."); in create() 232 Log.v(TAG, "start()"); in start() 247 Log.w(TAG, "stop() called before start()"); in stop() 259 Log.v(TAG, "Starting RfcommListener"); in startListener() 290 Log.w(TAG, "getBluetoothOppService(): service is null"); in getBluetoothOppService() 294 Log.w(TAG, "getBluetoothOppService(): service is not available"); in getBluetoothOppService() [all …]
|
D | BluetoothOppObexClientSession.java | 65 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 …]
|
D | BluetoothOppObexServerSession.java | 70 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/ |
D | SapService.java | 45 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/ |
D | BleManager.java | 53 private static final String TAG = BleManager.class.getSimpleName(); field in BleManager 100 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising() 101 Log.d(TAG, "startAdvertising: " + service.getUuid().toString()); in startAdvertising() 104 Log.e(TAG, "System does not support BLE"); in startAdvertising() 120 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer() 121 Log.d(TAG, "Gatt Server created, retry count: " + mGattServerRetryStartCount); in openGattServer() 138 Log.e(TAG, "Gatt server not created - exceeded retry limit."); in openGattServer() 149 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally() 150 Log.d(TAG, "Advertiser created, retry count: " + mAdvertiserStartCount); in startAdvertisingInternally() 160 Log.e(TAG, "Cannot start BLE Advertisement. BT Adapter: " in startAdvertisingInternally() [all …]
|
D | CarBleTrustAgent.java | 53 private static final String TAG = CarBleTrustAgent.class.getSimpleName(); field in CarBleTrustAgent 61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate() 62 Log.d(TAG, "onCreate()"); in onCreate() 74 Log.e(TAG, "Cannot retrieve the Trusted device Service"); in onCreate() 87 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy() 88 Log.d(TAG, "Car Trust agent shutting down"); in onDestroy() 101 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 102 Log.d(TAG, "onDeviceLocked Current user: " + uid); in onDeviceLocked() 107 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 108 Log.d(TAG, "Not starting Unlock Advertising yet, since Bluetooth Adapter is off"); in onDeviceLocked() [all …]
|
D | CarTrustAgentEnrollmentService.java | 82 private static final String TAG = "CarTrustAgentEnroll"; field in CarTrustAgentEnrollmentService 177 Log.e(TAG, "Trusted Device Enrollment disabled"); in startEnrollmentAdvertising() 212 Log.wtf(TAG, in enrollmentHandshakeAccepted() 298 Log.wtf(TAG, in setTrustedDeviceEnrollmentEnabled() 357 Log.e(TAG, "Cannot link death recipient to binder ", e); in registerEnrollmentCallback() 372 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded() 373 Log.d(TAG, "onEscrowTokenAdded handle:" + handle + " uid:" + uid); in onEscrowTokenAdded() 377 Log.e(TAG, "onEscrowTokenAdded() but no remote device connected!"); in onEscrowTokenAdded() 388 Log.e(TAG, "onEscrowTokenAdded dispatch failed", e); in onEscrowTokenAdded() 397 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 88 private static final String TAG = "HeadsetService"; field in HeadsetService 128 Log.i(TAG, "create()"); in create() 137 Log.i(TAG, "start()"); in start() 176 Log.i(TAG, "stop()"); in stop() 178 Log.w(TAG, "stop() called before start()"); in stop() 231 Log.i(TAG, "cleanup"); in cleanup() 233 Log.w(TAG, "cleanup() called before create()"); in cleanup() 327 Log.w(TAG, "mHeadsetReceiver, action is null"); 335 Log.e(TAG, "Bad Battery Changed intent: batteryLevel=" + batteryLevel 362 Log.wtfStack(TAG, "Cannot find state machine for " + device); [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 63 private static final String TAG = "BluetoothPbapObexServer"; field in BluetoothPbapObexServer 238 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect() 242 Log.w(TAG, "Wrong UUID length"); in onConnect() 247 Log.w(TAG, "Wrong UUID"); in onConnect() 253 Log.e(TAG, e.toString()); in onConnect() 261 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect() 266 Log.e(TAG, e.toString()); in onConnect() 278 Log.e(TAG, e.toString()); in onConnect() 283 Log.v(TAG, "onConnect(): uuid is ok, will send out " + "MSG_SESSION_ESTABLISHED msg."); in onConnect() 292 Log.d(TAG, "onDisconnect(): enter"); in onDisconnect() [all …]
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | RcsProvider.java | 50 static final String TAG = "RcsProvider"; field in RcsProvider 358 Log.e(TAG, "Querying individual event types is not supported, uri: " + uri); in query() 361 Log.e(TAG, "Querying participant events with id's is not supported, uri: " + uri); in query() 371 Log.e(TAG, in query() 392 Log.e(TAG, "Querying individual event types is not supported, uri: " + uri); in query() 399 Log.e(TAG, in query() 412 Log.e(TAG, in query() 421 Log.e(TAG, in query() 429 Log.e(TAG, in query() 437 Log.e(TAG, in query() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 77 private static final String TAG = "HeadsetClientStateMachine"; field in HeadsetClientStateMachine 235 Log.d(TAG, "getFromCallsWithStates states:" + Arrays.toString(states)); in getCall() 260 Log.d(TAG, "sendCallChangedIntent " + c); in sendCallChangedIntent() 270 Log.d(TAG, "queryCallsStart"); in queryCallsStart() 280 Log.d(TAG, "queryCallsDone"); in queryCallsDone() 329 Log.d(TAG, "currCallIdSet " + mCalls.keySet() + " newCallIdSet " + newCallIdSet in queryCallsDone() 341 Log.d(TAG, "Associating the first call with HF originated call"); in queryCallsDone() 351 Log.w(TAG, "Outgoing call did not see a response, clear the calls and send CHUP"); in queryCallsDone() 371 Log.d(TAG, "ADJUST: currCallIdSet " + mCalls.keySet() + " newCallIdSet " + newCallIdSet in queryCallsDone() 409 Log.d(TAG, "Still have incoming call; polling"); in queryCallsDone() [all …]
|
D | NativeInterface.java | 28 private static final String TAG = "NativeInterface"; field in NativeInterface 92 Log.d(TAG, "Device addr " + event.device.getAddress() + " State " + state); in onConnectionStateChanged() 98 Log.w(TAG, "Ignoring message because service not available: " + event); in onConnectionStateChanged() 107 Log.d(TAG, "onAudioStateChanged: address " + address + " event " + event); in onAudioStateChanged() 113 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " in onAudioStateChanged() 123 Log.d(TAG, "onVrStateChanged: address " + address + " event " + event); in onVrStateChanged() 130 Log.w(TAG, in onVrStateChanged() 140 Log.d(TAG, "onNetworkStateChanged: address " + address + " event " + event); in onNetworkState() 147 Log.w(TAG, in onNetworkState() 158 Log.d(TAG, "onNetworkRoaming: incoming: " + event); in onNetworkRoaming() [all …]
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
D | SnepValidationClientTests.java | 36 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/hearingaid/ |
D | HearingAidStateMachine.java | 68 private static final String TAG = "HearingAidStateMachine"; field in HearingAidStateMachine 93 super(TAG, looper); in HearingAidStateMachine() 113 Log.i(TAG, "make for device " + device); in make() 133 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + messageWhatToString( in enter() 161 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage() 168 Log.w(TAG, "Outgoing HearingAid Connecting request rejected: " + mDevice); in processMessage() 172 Log.d(TAG, "Disconnected: DISCONNECT: call native disconnect for " + mDevice); in processMessage() 178 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage() 181 Log.wtfStack(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage() 188 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 71 private static final String TAG = "A2dpStateMachine"; field in A2dpStateMachine 100 super(TAG, looper); in A2dpStateMachine() 122 Log.i(TAG, "make for device " + device); in make() 150 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + (currentMessage == null ? "null" in enter() 160 Log.i(TAG, "Disconnected: stopped playing: " + mDevice); in enter() 183 Log.i(TAG, "Connecting to " + mDevice); in processMessage() 185 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage() 192 Log.w(TAG, "Outgoing A2DP Connecting request rejected: " + mDevice); in processMessage() 196 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice); in processMessage() 202 Log.wtfStack(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 49 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() 101 Log.d(TAG, "MAP connect device: " + device in connect() 105 Log.w(TAG, "Connection not allowed: <" + device.getAddress() + "> is PRIORITY_OFF"); in connect() 122 Log.e(TAG, "Maxed out on the number of allowed MAP connections. " in connect() 133 Log.w(TAG, "Received connect request while already connecting/connected."); in connect() 140 Log.d(TAG, "Statemachine exists for a device in unexpected state: " + state); in connect() 147 Log.d(TAG, "MAP connect device: " + device in connect() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 52 private static final String TAG = HidDeviceService.class.getSimpleName(); field in HidDeviceService 84 Log.d(TAG, "handleMessage(): msg.what=" + msg.what); in handleMessage() 93 Log.d(TAG, "App registered, set device to: " + device); in handleMessage() 106 Log.e(TAG, "e=" + e.toString()); in handleMessage() 116 Log.i(TAG, "IBinder.linkToDeath() ok"); in handleMessage() 126 Log.i(TAG, "IBinder.unlinkToDeath() ok"); in handleMessage() 249 Log.w(TAG, "Binder died, need to unregister app :("); in binderDied() 273 private static final String TAG = BluetoothHidDeviceBinder.class.getSimpleName(); field in HidDeviceService.BluetoothHidDeviceBinder 296 Log.w(TAG, "HidDevice call not allowed for non-active user"); in getService() 312 Log.d(TAG, "registerApp()"); in registerApp() [all …]
|