/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 189 logd("Connection state changed [device: " + device + ", state: " in handleDeviceConnectionStateChange() 217 logd("Bond state has changed [device: " + device + ", state: " in handleDeviceBondStateChange() 240 logd("UUIDs found, device: " + device); in handleDeviceUuidEvent() 260 logd("Bluetooth Adapter state changed: " + Utils.getAdapterStateName(state)); in handleAdapterStateChange() 333 logd("Starting device management"); in start() 355 logd("Stopping device management"); in stop() 376 logd("Loading device priority list snapshot using key '" + mSettingsKey + "'"); in load() 381 logd("Found Device String: '" + devicesStr + "'"); in load() 408 logd("Loaded Priority list: " + devices); in load() 431 logd("Committed key: " + mSettingsKey + ", value: '" + devicesStr + "'"); in commit() [all …]
|
D | CarLocationService.java | 96 logd("Connected to PerUserCarService"); 98 logd("ICarUserService is null. Cannot get location manager proxy"); 110 logd("Current user: " + currentUser); 119 logd("Before Unbinding from PerCarUserService"); 127 logd("Disconnected from PerUserCarService"); 138 logd("onDrivingStateChanged " + event); 151 logd("constructed"); in CarLocationService() 158 logd("init"); in init() 184 logd("release"); in release() 207 logd("onStateChanged: " + state); in onStateChanged() [all …]
|
D | CarBluetoothService.java | 99 logd("Connected to PerUserCarService"); 114 logd("Before Unbinding from PerCarUserService"); 120 logd("Disconnected from PerUserCarService"); 147 logd("init()"); in init() 158 logd("release()"); in release() 178 logd("Initializing new user"); in initializeUser() 190 logd("Switched to user " + mUserId); in initializeUser() 199 logd("Destroying user " + mUserId); in destroyUser() 255 logd("No foreground user, cannot create profile device managers"); in createBluetoothProfileDeviceManagers() 263 logd("Existing device manager removed for profile " in createBluetoothProfileDeviceManagers() [all …]
|
D | BluetoothDeviceConnectionPolicy.java | 54 logd("Car power state has changed to " + state); 59 logd("Car is powering on. Enable Bluetooth and auto-connect to devices"); 77 logd("Car is preparing for shutdown. Disable bluetooth adapter"); 113 logd("Bluetooth Adapter state changed: " + Utils.getAdapterStateName(state)); in onReceive() 165 logd("init()"); in init() 175 logd("Failed to get car power manager"); in init() 194 logd("release()"); in release() 208 logd("Connect devices for each profile"); in connectDevices() 226 logd("Enable bluetooth adapter"); in enableBluetooth() 241 logd("Disable bluetooth, do not persist state across reboot"); in disableBluetooth() [all …]
|
D | CarBluetoothUserService.java | 98 logd("Initiate connections to profile proxies"); in setupBluetoothConnectionProxies() 107 logd("Creating proxy for " + Utils.getProfileName(profile)); in setupBluetoothConnectionProxies() 118 logd("Clean up profile proxy objects"); in closeBluetoothConnectionProxies() 154 logd("onServiceConnected profile: " + Utils.getProfileName(profile)); 177 logd("Unhandled profile connected: " + Utils.getProfileName(profile)); 185 logd("All profiles have connected"); 198 logd("onServiceDisconnected profile: " + Utils.getProfileName(profile)); 241 logd("waitForProxies()"); in waitForProxies() 273 logd("Trying to connect to " + device.getName() + " (" + device.getAddress() + ") Profile: " in bluetoothConnectToProfile() 315 logd("Trying to disconnect from " + device.getName() + " (" + device.getAddress() in bluetoothDisconnectFromProfile() [all …]
|
D | BluetoothProfileInhibitManager.java | 211 logd("Releasing inhibit request on profile " in binderDied() 246 logd("Restoring profile inhibits: " + savedBluetoothConnection); in load() 254 logd("Restored profile inhibits for " + params); in load() 280 logd("Committed key: " + KEY_BLUETOOTH_PROFILES_INHIBITED + ", value: '" in commit() 310 logd("Request profile inhibit: profile " + Utils.getProfileName(profile) in requestProfileInhibit() 328 logd("Release profile inhibit: profile " + Utils.getProfileName(profile) in releaseProfileInhibit() 380 logd("Profile " + Utils.getProfileName(params.getProfile()) in addInhibitRecord() 391 logd("Disabled profile " in addInhibitRecord() 468 logd("Not restoring profile " in restoreProfilePriority() 482 logd("Restored profile " + Utils.getProfileName(params.getProfile()) in restoreProfilePriority() [all …]
|
D | CarUxRestrictionsManagerService.java | 217 logd("Attempting to read production config"); in loadConfig() 225 logd("Attempting to read config from XML resource"); in loadConfig() 273 logd("Attempting to promote stage config"); in promoteStagedConfig() 437 logd("Attempting to read staged config"); in getStagedConfigs() 468 logd("Set restriction mode to: " + mode); in setRestrictionMode() 667 logd("Binder died " + listenerBinder); in binderDied() 730 logd("Driving State Changed:" + event.eventValue); 753 logd("Speed null when driving state is: " + drivingState); in handleDrivingStateEvent() 825 logd(String.format("Display port 0x%02x\tDO old->new: %b -> %b", in handleDispatchUxRestrictions() 829 logd(String.format("Display port 0x%02x\tUxR old->new: 0x%x -> 0x%x", in handleDispatchUxRestrictions() [all …]
|
/packages/services/Telephony/src/com/android/phone/otasp/ |
D | OtaspActivationService.java | 78 logd("otasp service onCreate"); in onCreate() 86 logd("OTASP call tried " + sOtaspCallRetries + " times"); in onCreate() 88 logd("OTASP call exceeds max retries => activation failed"); in onCreate() 111 logd("EVENT_SERVICE_STATE_CHANGED"); 115 logd("EVENT_START_OTASP_CALL"); 119 logd("OTASP_CALL_STATE_CHANGED"); 123 logd("OTASP_ACTIVATION_STATUS_UPDATE_EVENT"); 127 logd("EVENT_CDMA_OTASP_CALL_RETRY"); 152 logd("startNonInteractiveOtasp: placing call to '" + OTASP_NUMBER + "'..."); in onStartOtaspCall() 157 if (DBG) logd(" ==> success return from placeCall(): callStatus = " + callStatus); in onStartOtaspCall() [all …]
|
D | OtaspSimStateReceiver.java | 48 logd("EVENT_OTASP_CHANGED: otaspMode=" + otaspMode); 50 logd("otasp activation required, start otaspActivationService"); 57 logd("EVENT_OTASP_CHANGED: exception=" + ar.exception); 86 logd("otasp activation not needed: no supported carrier"); in isCarrierSupported() 94 if (DBG) logd("Received intent: " + intent.getAction()); in onReceive() 107 private static void logd(String s) { in logd() method in OtaspSimStateReceiver
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | BlePeripheralManager.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 175 logd(TAG, "startAdvertising: " + service.getUuid()); in startAdvertising() 198 logd(TAG, "Stop advertising."); in stopAdvertising() 245 logd(TAG, "stopGattServer"); in cleanup() 259 logd(TAG, "Gatt Server created, retry count: " + mGattServerRetryStartCount); in openGattServer() 287 logd(TAG, "Advertiser created, retry count: " + mAdvertiserStartCount); in startAdvertisingInternally() 306 logd(TAG, "BLE Connection State Change: " + newState); 326 logd(TAG, "Service added status: " + status + " uuid: " + service.getUuid()); 358 logd(TAG, "Write request for descriptor: " 372 logd(TAG, "onMtuChanged: " + mtu + " for device " + device.getAddress()); [all …]
|
D | CarBlePeripheralManager.java | 20 import static com.android.car.connecteddevice.util.SafeLog.logd; 180 logd(TAG, "Already connected to device " + deviceId + "."); in connectToDevice() 195 logd(TAG, "Successfully started advertising for device " + deviceId in connectToDevice() 229 logd(TAG, "Changing bluetooth adapter name from " + mOriginalBluetoothName + " to " in startAssociation() 238 logd(TAG, "Successfully started advertising for association."); in startAssociation() 245 logd(TAG, "Failed to start advertising for association. Error code: " + errorCode); in startAssociation() 276 logd(TAG, "Adapter name change has not taken affect prior to advertising attempt. Trying " in attemptAssociationAdvertising() 324 logd(TAG, "Setting device id: " + deviceId); in setDeviceId() 344 logd(TAG, "Changing bluetooth adapter name back to " + mOriginalBluetoothName + "."); in resetBluetoothAdapterName() 352 logd(TAG, "Bluetooth adapter name restoration completed successfully. Removing stored " in verifyBluetoothNameRestored() [all …]
|
D | SecureBleChannel.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 138 logd(TAG, "Responding to handshake init request."); in processHandshakeUnknown() 160 logd(TAG, "Continuing handshake."); in processHandshakeInProgress() 187 logd(TAG, "Showing pairing code: " + code); in processHandshakeInProgress() 194 logd(TAG, "Start reconnection authentication."); in processHandshakeResumingSession() 225 logd(TAG, "Saved new key for reconnection."); in processHandshakeResumingSession() 236 logd(TAG, "Sending car's device id of " + uniqueId + " to device."); in sendUniqueIdToClient() 251 logd(TAG, "Send handshake message: " + ByteUtils.byteArrayToHexString(message) + "."); in sendHandshakeMessage() 324 logd(TAG, "Pairing code successfully verified and encryption key saved. Sending " in notifyOutOfBandAccepted() 386 logd(TAG, "Message received and handed off to handshake."); [all …]
|
D | BleDeviceMessageStream.java | 22 import static com.android.car.connecteddevice.util.SafeLog.logd; 135 logd(TAG, "Writing message to device: " + mDevice.getAddress() + "."); in writeMessage() 163 logd(TAG, "No more packets to send."); in writeNextMessageInQueue() 167 logd(TAG, "Unable to send packet at this time."); in writeNextMessageInQueue() 173 logd(TAG, "Writing packet " + packet.getPacketNumber() + " of " in writeNextMessageInQueue() 189 logd(TAG, "Releasing lock on characteristic."); in onCharacteristicRead() 196 logd(TAG, "Received a message from a device (" + device.getAddress() + ")."); in onCharacteristicWrite() 266 logd(TAG, "Sent supported version to the phone."); in processVersionExchange() 290 logd(TAG, "Parsed packet " + packet.getPacketNumber() + " of " in processPacket() 305 logd(TAG, "Received complete device message " + messageId + " of " + messageBytes.length in processPacket()
|
D | BleCentralManager.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 96 logd(TAG, "Request received to start scanning."); in startScanning() 107 logd(TAG, "Attempting to stop scanning"); in stopScanning() 128 logd(TAG, "Attempting to start scanning"); in startScanningInternally() 138 logd(TAG, "Scanner unavailable. Trying again."); in startScanningInternally() 158 logd(TAG, "Batch scan found " + results.size() + " results.");
|
D | CarBleCentralManager.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 124 logd(TAG, "Request to disconnect from device " + deviceId + "."); in disconnectDevice() 226 logd(TAG, "New device connected: " + device.mGatt.getDevice().getAddress() in deviceConnected() 238 logd(TAG, "Device with id " + device.mDeviceId + " disconnected with state " + status in deviceDisconnected() 280 logd(TAG, "Connection state changed. New state: " + newState + " status: " 331 logd(TAG, "Service and characteristics successfully discovered.");
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ |
D | ConnectedDeviceManager.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 201 logd(TAG, "Starting ConnectedDeviceManager."); in start() 211 logd(TAG, "Resetting ConnectedDeviceManager."); in reset() 229 logd(TAG, "Returned " + activeUserConnectedDevices.size() + " active user devices."); in getActiveUserConnectedDevices() 279 logd(TAG, "Received request to connect to active user's device."); in connectToActiveUserDevice() 287 logd(TAG, "A request has already been made to connect to this user's device. " in connectToActiveUserDeviceInternal() 301 logd(TAG, "Connection is disabled on device " + userDevice + "."); in connectToActiveUserDeviceInternal() 305 logd(TAG, "Device has already been connected. No need to attempt connection " in connectToActiveUserDeviceInternal() 326 logd(TAG, "Received request to start association."); in startAssociation() 335 logd(TAG, "Stop association called with unrecognized callback. Ignoring."); in stopAssociation() [all …]
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/service/ |
D | CompanionDeviceSupportService.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 88 logd(TAG, "Service created."); in onCreate() 104 logd(TAG, "Service bound."); in onBind() 122 logd(TAG, "Service destroyed."); in onDestroy() 129 logd(TAG, "onBluetoothStateChanged: " + BluetoothAdapter.nameForState(state)); in onBluetoothStateChanged() 144 logd(TAG, "Cleaning up features."); in cleanup() 146 logd(TAG, "Features are already cleaned up. No need to clean up again."); in cleanup() 156 logd(TAG, "Initializing features."); in initializeFeatures() 158 logd(TAG, "Features are already initialized. No need to initialize again."); in initializeFeatures()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 238 logd("Loaded persistent override config from XML. package=" in handleMessage() 246 logd( in handleMessage() 359 logd("Found carrier config app: " + carrierPackageName); in handleMessage() 372 logd( in handleMessage() 488 logd( in handleMessage() 548 logd("CarrierConfigLoader has started"); in CarrierConfigLoader() 633 logd("Broadcast CARRIER_CONFIG_CHANGED for phone " + phoneId in broadcastConfigChangedIntent() 650 logd("Broadcast CARRIER_CONFIG_CHANGED for phone " + phoneId + ", subId=" + subIds[0]); in broadcastConfigChangedIntent() 652 logd("Broadcast CARRIER_CONFIG_CHANGED for phone " + phoneId); in broadcastConfigChangedIntent() 877 if (file != null) logd("File not found: " + file.getPath()); in restoreConfigFromXml() [all …]
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ |
D | TrustedDeviceManager.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 133 logd(TAG, "TrustedDeviceManager created successfully."); in TrustedDeviceManager() 148 logd(TAG, "Starting trusted device enrollment process."); in startEnrollment() 154 logd(TAG, "No trust agent delegate has been set yet. No further enrollment action " in startEnrollment() 190 logd(TAG, "Unlocking with credentials."); in unlockUser() 203 logd(TAG, "Escrow token has been successfully added."); in onEscrowTokenAdded() 228 logd(TAG, "Enrollment completed successfully! Sending handle to connected device and " in onEscrowTokenActivated() 374 logd(TAG, "Set trusted device agent delegate: " + trustAgentDelegate + "."); in setTrustedDeviceAgentDelegate() 397 logd(TAG, "TrustedDeviceAgentDelegate " + trustAgentDelegate + " doesn't match the " + in clearTrustedDeviceAgentDelegate() 402 logd(TAG, "Clear current TrustedDeviceAgentDelegate: " + trustAgentDelegate + "."); in clearTrustedDeviceAgentDelegate() [all …]
|
D | TrustedDeviceAgentService.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 48 logd(TAG, "Starting trust agent service."); in onCreate() 56 logd(TAG, "Destroying trust agent service."); in onDestroy() 101 logd(TAG, "Successfully connected to TrustedDeviceManager."); 116 logd(TAG, "Adding new escrow token for user " + userId + "."); 131 logd(TAG, "Removing escrow token for user " + userId + ".");
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ |
D | MetricsLoggerWrapper.java | 43 logd("MetricsLoggerWrapper, category:" + category + ", value: " + value); in logAction() 57 logd("MetricsLoggerWrapper, category:" + category + ", value: " + value); in logAction() 70 logd("MetricsLoggerWrapper, category:" + category); in logAction() 76 private void logd(String logText) { in logd() method in MetricsLoggerWrapper 78 ProvisionLogger.logd(logText); in logd()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | ProjectionStateListener.java | 19 import static com.android.car.apps.common.util.SafeLog.logd; 93 logd(TAG, "skip non-projecting package " + status.getPackageName()); in isProjectionInActiveForeground() 100 logd(TAG, "skip non-projecting device " + device.getName()); in isProjectionInActiveForeground() 108 logd(TAG, "skip device " + device.getName() + " - not foreground"); in isProjectionInActiveForeground() 114 logd(TAG, "Device " + device.getName() + " has BT device " in isProjectionInActiveForeground()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarSyncService.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logd; 41 logd(TAG, "onBind()"); in onBind() 47 logd(TAG, "onCreate()"); in onCreate() 54 logd(TAG, "onDestroy()"); in onDestroy()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/ |
D | TrustedDeviceActivity.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logd; 140 logd(TAG, "Credentials accepted. Waiting for TrustAgent to activate " + in onActivityResult() 227 logd(TAG, "calling removeTrustedDevice"); in observeViewModel() 296 logd(TAG, "Validating credentials to activate token."); in validateCredentials() 318 logd(TAG, "Prompting user to validate credentials."); in validateCredentials() 358 logd(TAG, "User has not set a lock screen. Redirecting to set up."); in createScreenLock() 462 logd(TAG, "Successfully connected to TrustedDeviceManager."); 478 logd(TAG, "Added trusted device: " + device + "."); 486 logd(TAG, "Removed trusted device: " + device +".");
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationStation.java | 106 logd("onNotificationPosted: %s, with update for %d", sbn.getNotification(), 114 logd("onNotificationRankingUpdate with update for %d", 122 logd("onNotificationRankingUpdate with update for %d", 131 logd("onListenerConnected with update for %d", 157 logd("onAttach(%s)", activity.getClass().getSimpleName()); in onAttach() 168 logd("onDetach()"); in onDetach() 191 logd("onActivityCreated(%s)", savedInstanceState); in onActivityCreated() 200 logd("onResume()"); in onResume() 215 logd("adding %d infos", N); in refreshList() 228 private static void logd(String msg, Object... args) { in logd() method in NotificationStation [all …]
|