/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | UserCapabilityExchangeImpl.java | 256 logw("notifyPublishStateChanged error: " + e); in notifyPublishStateChanged() 283 logw("onError called for unknown reqId:" + reqId); in requestCapabilities() 302 logw("onTimeout called for unknown reqId:" + reqId); in requestCapabilities() 318 logw("onCapabilitiesUpdated, unknown reqId:" + reqId); in requestCapabilities() 321 logw("onCapabilitiesUpdated on dead service"); in requestCapabilities() 339 logw("requestCapability error: contacts is null."); in requestCapability() 343 logw("requestCapability error: RcsFeatureManager is null."); in requestCapability() 354 logw("requestCapability error: " + e.getMessage()); in requestCapability() 363 logw("requestAvailability error: contact is null."); in requestAvailability() 367 logw("requestAvailability error: RcsFeatureManager is null."); in requestAvailability() [all …]
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 19 import static com.android.car.apps.common.util.SafeLog.logw; 83 logw(TAG, "ConversationNotification is null"); in isValidConversationNotification() 86 logw(TAG, "ConversationNotification is missing required field: messagingStyle"); in isValidConversationNotification() 89 logw(TAG, "ConversationNotification is missing required field: appDisplayName"); in isValidConversationNotification() 92 logw(TAG, "ConversationNotification is missing required field: appPackageName"); in isValidConversationNotification() 104 logw(TAG, "MessagingStyle is null"); in isValidMessagingStyle() 107 logw(TAG, "MessagingStyle is missing required field: convoTitle"); in isValidMessagingStyle() 110 logw(TAG, "MessagingStyle is missing required field: userDisplayName"); in isValidMessagingStyle() 113 logw(TAG, "MessagingStyle is missing required field: messagingStyleMsg"); in isValidMessagingStyle() 131 logw(TAG, "MessagingStyleMessage is null"); in isValidMessagingStyleMessage() [all …]
|
D | ConversationNotificationInfo.java | 19 import static com.android.car.apps.common.util.SafeLog.logw; 75 logw(TAG, "ConversationNotificationInfo is missing required fields"); in createConversationNotificationInfo()
|
D | Message.java | 19 import static com.android.car.apps.common.util.SafeLog.logw; 78 logw(TAG, "MessagingStyleMessage is missing required fields"); in parseFromMessage()
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 399 logw("Unable to parse address '" + address + "' to a device"); in load() 548 logw("Failed to connect " + device + ", Reason: " + e); in connect() 564 logw("Failed to disconnect " + device + ", Reason: " + e); in disconnect() 579 logw("Failed to get bluetooth stack priority for " + device + ", Reason: " + e); in getProfilePriority() 595 logw("Failed to set bluetooth stack priority for " + device + ", Reason: " + e); in setProfilePriority() 650 logw("Connection attempt immediately failed, moving to the next device"); in autoConnectWithTimeout() 655 logw("Auto connect process has timed out connecting to " + device); in autoConnectWithTimeout() 783 logw("Failed to connect " + device + ", Reason: " + e); in triggerConnections() 820 private void logw(String msg) { in logw() method in BluetoothProfileDeviceManager
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/ |
D | NotificationMsgService.java | 20 import static com.android.car.connecteddevice.util.SafeLog.logw; 108 logw(TAG, "Unsupported action: " + action); in onStartCommand() 144 logw(TAG, "Dropping dismiss intent. Received null conversation key."); in handleDismissNotificationIntent() 154 logw(TAG, "Dropping mark as read intent. Received null conversation key."); in handleMarkAsReadIntent() 165 logw(TAG, "Dropping voice reply intent. Received null arguments."); in handleReplyIntent()
|
D | NotificationMsgFeature.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 74 logw(TAG, "stored secure device is null, but message was received on a" in onMessageReceived() 107 logw(TAG, device + ": disconnected"); in onDeviceDisconnected() 114 logw(TAG, "Could not send message to device: " + deviceId); in sendData()
|
D | NotificationMsgDelegate.java | 20 import static com.android.car.connecteddevice.util.SafeLog.logw; 101 logw(TAG, "PhoneToCarMessage: message data not set!"); in onMessageReceived() 180 logw(TAG, "Conversation already exists! " + notificationKey); in initializeNewConversation() 207 logw(TAG, "Conversation not found for notification: " + notificationKey); in initializeNewMessage()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/ |
D | CarBleCentralManager.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 263 logw(TAG, "Null gatt passed to onConnectionStateChange. Ignoring."); 289 logw(TAG, "Null gatt passed to onServicesDiscovered. Ignoring."); 310 logw(TAG, "Unable to find expected characteristics on peripheral."); 339 logw(TAG, "Null gatt passed to onDescriptorWrite. Ignoring.");
|
D | BleDeviceMessageStream.java | 24 import static com.android.car.connecteddevice.util.SafeLog.logw; 183 logw(TAG, "Received a read notification from a device (" + device.getAddress() in onCharacteristicRead() 198 logw(TAG, "Received a message from a device (" + device.getAddress() + ") that is not " in onCharacteristicWrite() 205 logw(TAG, "Received a write to a characteristic (" + characteristic.getUuid() + ") that" in onCharacteristicWrite()
|
D | BleCentralManager.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 176 logw(TAG, "BLE Scanner failed to start. Error: "
|
D | CarBleManager.java | 20 import static com.android.car.connecteddevice.util.SafeLog.logw; 94 logw(TAG, "Attempted to send message to unknown device $deviceId. Ignored."); in sendMessage()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ |
D | TrustedDeviceManager.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 414 logw(TAG, "Received enrollment message with null payload. Ignoring."); in processEnrollmentMessage() 420 logw(TAG, "Received invalid escrow token of length " + message.length + ". Ignoring."); in processEnrollmentMessage() 430 logw(TAG, "Received unlock message with null payload. Ignoring."); in processUnlockMessage() 451 logw(TAG, "Received unlock request from an untrusted device."); in processUnlockMessage() 457 logw(TAG, "Received credentials from background user " + entity.userId in processUnlockMessage() 479 logw(TAG, "Received error message with null payload. Ignoring."); in processErrorMessage()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/ |
D | FinalizationController.java | 130 ProvisionLogger.logw("provisioningInitiallyDone called, but state is not finalized or " in provisioningInitiallyDone() 164 ProvisionLogger.logw("Error setting access to Device IDs: " + e.getMessage()); in setProfileOwnerCanAccessDeviceIds() 194 ProvisionLogger.logw("provisioningInitiallyDone called, but state is finalized or " in provisioningFinalized() 201 ProvisionLogger.logw("FinalizationController invoked, but no stored params"); in provisioningFinalized()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | ProvisionLogger.java | 117 public static void logw(String message) { in logw() method in ProvisionLogger 126 public static void logw(String message, Throwable t) { in logw() method in ProvisionLogger 135 public static void logw(Throwable t) { in logw() method in ProvisionLogger
|
D | Utils.java | 193 ProvisionLogger.logw("Component not found, not changing enabled setting: " in setComponentEnabledSetting() 255 ProvisionLogger.logw("The component " + dpcComponentName + " isn't registered in " in findDeviceAdminInPackageInfo() 284 ProvisionLogger.logw("more than 1 device admin component are found"); in findDeviceAdminInPackage() 435 ProvisionLogger.logw("Account removed from the primary user."); in removeAccount() 444 ProvisionLogger.logw("Could not remove account from the primary user."); in removeAccount() 448 ProvisionLogger.logw("Exception removing account from the primary user.", e); in removeAccount()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/ |
D | DisclaimersParser.java | 71 ProvisionLogger.logw("Empty disclaimer header in " + i + " element"); in parse() 76 ProvisionLogger.logw("Null disclaimer content uri in " + i + " element"); in parse() 83 ProvisionLogger.logw("Failed to copy disclaimer uri in " + i + " element"); in parse()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothAdapterHelper.java | 78 logw("Bluetooth turned off unexpectedly while test was running."); in onReceive() 170 logw("waitForAdapterState(" + Utils.getAdapterStateName(desiredState) in waitForAdapterState() 226 private void logw(String msg) { in logw() method in BluetoothAdapterHelper
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarSyncFeature.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 114 logw(TAG, device + ": disconnected"); in onDeviceDisconnected() 133 logw(TAG, String.format("remove calendar: %s", calendar.getUuid())); in maybeEraseSynchronizedCalendars()
|
D | CalendarImporter.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 190 logw(TAG, "Cannot add attendees. Missing new event row URL."); in insertEvent() 196 logw(TAG, in insertEvent()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/ |
D | ConnectedDeviceStorage.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 167 logw(TAG, "Received a null key value."); in encryptWithKeyStore() 408 logw(TAG, "Attempt to update name on an unrecognized device " + deviceId in updateAssociatedDeviceName() 457 logw(TAG, "Attempt to enable or disable connection on an unrecognized device " in updateAssociatedDeviceConnectionEnabled()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/ |
D | ScanDataAnalyzer.java | 19 import static com.android.car.connecteddevice.util.SafeLog.logw; 119 logw(TAG, "Inspecting advertisement overflow bytes went out of bounds."); in containsUuidsInOverflow()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 829 logw("Unexpected config payload. Config Type: " + configPayload.configType); in buildChildSessionConfigFromResp() 1229 logw( in validateDeleteRespPayloadAndExchangeType() 1238 logw( in validateDeleteRespPayloadAndExchangeType() 1279 logw( in processStateMessage() 2229 logw("Received unexpected error notification: " + notify.notifyType); in validateAndNegotiateChild() 2252 logw( in validateAndNegotiateChild() 2360 logw( in validatePayloadAndExchangeType() 2381 logw( in validatePayloadAndExchangeType() 2464 private static void logw(String s) { in logw() method in ChildSessionStateMachine.CreateChildSaHelper
|
D | IkeSessionStateMachine.java | 2453 logw( in handleInboundDeleteChildRequest() 2464 logw("Child SA not found with received SPI: " + spi); in handleInboundDeleteChildRequest() 2466 logw("Received repeated Child SPI: " + spi); in handleInboundDeleteChildRequest() 2484 logw("Unexpected payload types found: " + payload.payloadType); in handleInboundDeleteChildRequest() 2535 logw("Child SA not found with received SPI: " + childSpi); in handleInboundRekeyChildRequest() 2542 logw("More than one Notify-Rekey Payload found with SPI: " + childSpi); in handleInboundRekeyChildRequest() 2918 logw( in validateIkeInitResp() 2926 logw( in validateIkeInitResp() 3407 logw( in validateIkeAuthResp() 3420 logw( in validateIkeAuthResp() [all …]
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ |
D | ConnectedDeviceManager.java | 21 import static com.android.car.connecteddevice.util.SafeLog.logw; 293 logw(TAG, "No devices associated with active user. Ignoring."); in connectToActiveUserDeviceInternal() 671 logw(TAG, "Received message from unknown device " + deviceId + "or to unknown " in onMessageReceived() 679 logw(TAG, "The message delegate has rejected this message. It will not be " in onMessageReceived() 707 logw(TAG, "Failed to establish secure channel on unknown device " + deviceId + "."); in deviceErrorOccurred()
|