Home
last modified time | relevance | path

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

12345678910>>...215

/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/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java41 private static final String TAG = "NfcWlcChargingActivity"; field in NfcCharging
152 if (DBG) Log.d(TAG, "NfcCharging - Constructor"); in NfcCharging()
176 if (DBG) Log.d(TAG, "resetInternalValues"); in resetInternalValues()
204 Log.d(TAG, "onTagDisconnected");
210 if (DBG) Log.d(TAG, "Nfc Charging Listener lost");
217 if (DBG) Log.d(TAG, "startNfcCharging " + VERSION); in startNfcCharging()
222 if (DBG) Log.d(TAG, "NfcChargingEnabled is " + NfcChargingEnabled); in startNfcCharging()
235 if (DBG) Log.d(TAG, "stopNfcCharging " + VERSION); in stopNfcCharging()
252 if (DBG) Log.d(TAG, "No pending screen state change, stop Nfc charging presence check"); in stopNfcCharging()
258 if (DBG) Log.d(TAG, "checkWlcCapMsg: enter"); in checkWlcCapMsg()
[all …]
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/
DLogUtil.java33 public static final String TAG = "adservices"; field in LogUtil
37 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
38 return Log.v(TAG, msg); in v()
46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
48 return Log.v(TAG, msg); in v()
55 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
56 return Log.d(TAG, msg); in d()
64 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
66 return Log.d(TAG, msg); in d()
74 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java45 public static final String TAG = "A2DPPOWER"; field in A2dpReceiver
71 Log.d(TAG, "mBluetoothA2dpReceiver.onReceive() intent=" + intent);
88 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceConnected");
94 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceDisconnected");
112 Log.e(TAG, "BluetoothAdapter is Null"); in A2dpReceiver()
116 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in A2dpReceiver()
119 Log.e(TAG, "Can't enable Bluetooth"); in A2dpReceiver()
130 Log.d(TAG, "After getProfileProxy()"); in A2dpReceiver()
136 Log.d(TAG, "A2dpReceiver()"); in A2dpReceiver()
144 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/modules/AdServices/adservices/service/java/com/android/server/adservices/
DLogUtil.java33 public static final String TAG = "adservices-system"; field in LogUtil
37 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
38 return Log.v(TAG, msg); in v()
46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
48 return Log.v(TAG, msg); in v()
55 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
56 return Log.d(TAG, msg); in d()
64 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
66 return Log.d(TAG, msg); in d()
74 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java55 private static final String TAG = "BluetoothHearingAid"; field in BluetoothHearingAid
57 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
71 private static final String TAG = "AdvertisementData"; field in BluetoothHearingAid.AdvertisementServiceData
85 Log.d(TAG, "capability:" + capability + " truncatedHiSyncId:" + truncatedHiSyncId); in AdvertisementServiceData()
104 if (VDBG) Log.v(TAG, "getDeviceMode()"); in getDeviceMode()
126 if (VDBG) Log.v(TAG, "getDeviceSide()"); in getDeviceSide()
144 if (VDBG) Log.v(TAG, "isCsipSupported()"); in isCsipSupported()
160 if (VDBG) Log.v(TAG, "getTruncatedHiSyncId: " + mTruncatedHiSyncId); in getTruncatedHiSyncId()
180 if (VDBG) Log.v(TAG, "isInPairWith()"); in isInPairWith()
381 if (DBG) Log.d(TAG, "connect(" + device + ")"); in connect()
[all …]
DBluetoothMapClient.java51 private static final String TAG = "BluetoothMapClient"; field in BluetoothMapClient
52 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
53 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
217 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient()
281 if (VDBG) Log.d(TAG, "isConnected(" + device + ")"); in isConnected()
284 Log.w(TAG, "Proxy not attached to service"); in isConnected()
285 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in isConnected()
290 Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable())); in isConnected()
308 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE"); in connect()
311 Log.w(TAG, "Proxy not attached to service"); in connect()
[all …]
DBluetoothGattServer.java48 private static final String TAG = "BluetoothGattServer"; field in BluetoothGattServer
81 TAG,
93 Log.e(TAG, "onServerRegistered: mCallback is null");
108 TAG,
126 Log.w(TAG, "Unhandled exception in callback", ex);
139 TAG,
177 Log.w(TAG, "Unhandled exception in callback", ex);
189 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - handle=" + handle);
194 Log.w(TAG, "onCharacteristicReadRequest() no char for handle " + handle);
202 Log.w(TAG, "Unhandled exception in callback", ex);
[all …]
/packages/modules/OnDevicePersonalization/framework/java/com/android/federatedcompute/internal/util/
DLogUtil.java30 public static final String TAG = "federatedcompute"; field in LogUtil
38 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
39 return Log.v(TAG, msg); in v()
46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v()
47 return Log.v(TAG, tag + " - " + msg); in v()
54 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
55 return Log.d(TAG, tag + " - " + msg); in d()
62 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
63 return Log.d(TAG, tag + " - " + msg, throwable); in d()
70 if (Log.isLoggable(TAG, Log.DEBUG)) { in d()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalHidlImpl.java68 private static final String TAG = "SupplicantP2pIfaceHalHidlImpl"; field in SupplicantP2pIfaceHalHidlImpl
94 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName
98 Log.e(TAG, "Initializing ISupplicant failed.");
101 Log.i(TAG, "Completed initialization of ISupplicant interfaces.");
108 Log.w(TAG, "IServiceManager died: cookie=" + cookie);
116 Log.w(TAG, "ISupplicant/ISupplicantP2pIface died: cookie=" + cookie);
133 Log.wtf(TAG, "Error on linkToDeath on IServiceManager"); in linkToServiceManagerDeath()
139 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath()
177 Log.e(TAG, "Got null ISupplicant service. Stopping supplicant HIDL startup"); in setDebugParams()
184 Log.e(TAG, "Failed to set debug params " + status); in setDebugParams()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java73 private static final String TAG = "PasspointProvisioner"; field in PasspointProvisioner
157 Log.v(TAG, "Provisioning started with " + provider.toString()); in startSubscriptionProvisioning()
170 private static final String TAG = "PasspointProvisioningStateMachine"; field in PasspointProvisioner.ProvisioningStateMachine
224 Log.v(TAG, "startProvisioning received in state=" + mState); in startProvisioning()
229 Log.v(TAG, "State Machine needs to be reset before starting provisioning"); in startProvisioning()
243 Log.w(TAG, "Provisioning is not possible"); in startProvisioning()
252 Log.e(TAG, "Invalid Server URL"); in startProvisioning()
292 Log.v(TAG, "Wifi Disabled in state=" + mState); in handleWifiDisabled()
295 Log.w(TAG, "Wifi Disable unhandled in state=" + mState); in handleWifiDisabled()
310 Log.v(TAG, "Server Connection status received in " + mState); in handleServerConnectionStatus()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java63 private static final String TAG = KitchenSinkBackupTransport.class.getSimpleName(); field in KitchenSinkBackupTransport
97 if (DEBUG) Log.v(TAG, "Making new data directories."); in makeDataDirs()
144 if (DEBUG) Log.d(TAG, "request backup time"); in requestBackupTime()
152 Log.d(TAG, "initializing server side storage for this device; wiping all data"); in initializeDevice()
162 if (DEBUG) Log.d(TAG, "Deleting data from: " + dirname); in deleteContents()
198 Log.i(TAG, "perform backup is called for: " + packageInfo.packageName); in performBackup()
209 Log.i(TAG, "perform backup internal is called for: " + packageInfo.packageName); in performBackupInternal()
212 Log.i(TAG, "Data is not changed, no backup needed for " + packageInfo.packageName); in performBackupInternal()
219 Log.i(TAG, "Performing incremental backup for " + packageInfo.packageName); in performBackupInternal()
221 Log.i(TAG, "Performing non-incremental backup for " + packageInfo.packageName); in performBackupInternal()
[all …]
/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothService.java60 private static final String TAG = CarLog.tagFor(CarBluetoothService.class); field in CarBluetoothService
61 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG);
109 Slogf.d(TAG, "Connected to CarPerUserService");
133 Slogf.d(TAG, "Before Unbinding from CarPerUserService");
143 Slogf.d(TAG, "Disconnected from CarPerUserService");
176 Slogf.d(TAG, "init()"); in init()
192 Slogf.d(TAG, "release()"); in release()
209 Slogf.d(TAG, "Initializing new user"); in initializeUserLocked()
228 Slogf.d(TAG, "Switched to user %d", mUserId); in initializeUserLocked()
239 Slogf.d(TAG, "Destroying user %d", mUserId); in destroyUserLocked()
[all …]
DFastPairGattServer.java91 private static final String TAG = CarLog.tagFor(FastPairGattServer.class); field in FastPairGattServer
92 private static final boolean DBG = Slogf.isLoggable(TAG, Log.DEBUG);
139 Slogf.i(TAG, "Five minutes have expired. Reset failure count to 0");
146 Slogf.w(TAG, "Failure count is already at the limit."); in increment()
151 Slogf.i(TAG, "Failure count increased, failures=%d", mCount); in increment()
153 Slogf.w(TAG, "Failure count has reached 10, wait 5 minutes for more tries"); in increment()
159 Slogf.i(TAG, "Reset failure count"); in reset()
184 Slogf.w(TAG, "Shared secret key has expired. Clearing key material.");
206 Slogf.d(TAG, "onConnectionStateChange %d Device: %s", newState, device);
224 Slogf.d(TAG, "onCharacteristicReadRequest");
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java49 private static final String TAG = "BatteryStateMachine"; field in BatteryStateMachine
79 super(TAG, looper); in BatteryStateMachine()
97 Log.i(TAG, "make for device " + device); in make()
192 Log.e(TAG, "Bad currentState: " + currentState); in getConnectionState()
228 Log.w(TAG, "Trying connectGatt with existing BluetoothGatt instance."); in connectGatt()
275 private static final String TAG = "BASM_Disconnected"; field in BatteryStateMachine.Disconnected
279 log(TAG, "Enter (" + mDevice + "): " + messageWhatToString(getCurrentMessage().what)); in enter()
295 log(TAG, "Exit (" + mDevice + "): " + messageWhatToString(getCurrentMessage().what)); in exit()
301 log(TAG, "Process message(" + mDevice + "): " + messageWhatToString(message.what)); in processMessage()
306 log(TAG, "Connecting to " + mDevice); in processMessage()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java48 private static final String TAG = "SapService"; field in SapService
134 Log.v(TAG, "Removing SDP record handle: " + mSdpHandle); in removeSdpRecord()
141 Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener()
153 Log.v(TAG, "Sap Service initSocket"); in initSocket()
178 Log.e(TAG, "Error create RfcommServerSocket ", e); in initSocket()
181 Log.e(TAG, "Error creating RfcommServerSocket ", e); in initSocket()
193 Log.w(TAG, "initServerSocket failed as BT is (being) turned off"); in initSocket()
197 Log.v(TAG, "wait 300 ms"); in initSocket()
200 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e); in initSocket()
208 Log.v(TAG, "Succeed to create listening socket "); in initSocket()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java74 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer
111 Log.d(TAG, " Action :" + action); in onReceive()
115 Log.e(TAG, "Device is null"); in onReceive()
125 TAG, in onReceive()
142 TAG, in onReceive()
153 TAG, in onReceive()
174 Log.d(TAG, "Received UUID: " + uuid.toString()); in onReceive()
175 Log.d(TAG, "expected UUID: " + BluetoothUuid.OBEX_OBJECT_PUSH.toString()); in onReceive()
178 Log.d(TAG, " -> status: " + status); in onReceive()
182 Log.w(TAG, "OPP SDP search, target device is null, ignoring result"); in onReceive()
[all …]
DBluetoothOppService.java120 Log.v(TAG, "ContentObserver received notification"); in onChange()
125 private static final String TAG = "BtOppService"; field in BluetoothOppService
225 Log.w(TAG, "BluetoothOppPreference.getInstance returned null."); in BluetoothOppService()
253 Log.v(TAG, "start()"); in start()
281 Log.w(TAG, "stop() called before start()"); in stop()
302 Log.v(TAG, "Starting RfcommListener"); in startListener()
338 Log.w(TAG, "getBluetoothOppService(): service is null"); in getBluetoothOppService()
347 Log.w(TAG, "getBluetoothOppService(): service is not available"); in getBluetoothOppService()
359 Log.d(TAG, "setBluetoothOppService(): set to: " + instance); in setBluetoothOppService()
390 TAG,
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java51 private static final String TAG = "LeAudioStateMachine"; field in LeAudioStateMachine
78 super(TAG, looper); in LeAudioStateMachine()
101 Log.i(TAG, "make for device"); in make()
122 TAG, in enter()
162 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
169 Log.w(TAG, "Outgoing LeAudio Connecting request rejected: " + mDevice); in processMessage()
173 Log.d(TAG, "Disconnected: " + mDevice); in processMessage()
178 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage()
180 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
187 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java46 private static final String TAG = "TbsService"; field in TbsService
68 Log.d(TAG, "start()"); in start()
81 Log.d(TAG, "stop()"); in stop()
83 Log.w(TAG, "stop() called before start()"); in stop()
95 Log.d(TAG, "cleanup()"); in cleanup()
106 Log.w(TAG, "getTbsService: service is NULL"); in getTbsService()
111 Log.w(TAG, "getTbsService: service is not available"); in getTbsService()
119 Log.d(TAG, "setTbsService: set to=" + instance); in setTbsService()
126 Log.d(TAG, "PTS test: setDeviceAuthorized"); in onDeviceUnauthorized()
130 Log.w(TAG, "onDeviceUnauthorized - authorization notification not implemented yet "); in onDeviceUnauthorized()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java56 private static final String TAG = "BluetoothMapObexServer"; field in BluetoothMapObexServer
151 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
153 Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
157 Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
216 Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
297 Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
317 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
324 Log.v(TAG, " setRemoteFeatureMask mMessageVersion :" + mMessageVersion); in setRemoteFeatureMask()
329 Log.d(TAG, "onConnect():"); in onConnect()
342 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java54 private static final String TAG = "HearingAidStateMachine"; field in HearingAidStateMachine
81 super(TAG, looper); in HearingAidStateMachine()
104 Log.i(TAG, "make for device " + device); in make()
125 TAG, in enter()
162 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
169 Log.w(TAG, "Outgoing HearingAid Connecting request rejected: " + mDevice); in processMessage()
173 Log.d(TAG, "Disconnected: DISCONNECT: call native disconnect for " + mDevice); in processMessage()
178 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage()
180 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
187 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStateMachine.java42 private static final String TAG = "VolumeControlStateMachine"; field in VolumeControlStateMachine
69 super(TAG, looper); in VolumeControlStateMachine()
92 Log.i(TAG, "make for device " + device); in make()
113 TAG, in enter()
149 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
157 TAG, in processMessage()
162 Log.w(TAG, "Disconnected: DISCONNECT ignored: " + mDevice); in processMessage()
166 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage()
168 Log.wtf(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
175 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage()
[all …]

12345678910>>...215