Home
last modified time | relevance | path

Searched refs:logw (Results 1 – 25 of 54) sorted by relevance

123

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java19 import static com.android.car.apps.common.util.SafeLog.logw;
114 logw(TAG, "ConversationNotification is null"); in isValidConversationNotification()
117 logw(TAG, "ConversationNotification is missing required field: messagingStyle"); in isValidConversationNotification()
120 logw(TAG, "ConversationNotification is missing required field: appDisplayName"); in isValidConversationNotification()
123 logw(TAG, "ConversationNotification is missing required field: appPackageName"); in isValidConversationNotification()
135 logw(TAG, "MessagingStyle is null"); in isValidMessagingStyle()
138 logw(TAG, "MessagingStyle is missing required field: convoTitle"); in isValidMessagingStyle()
141 logw(TAG, "MessagingStyle is missing required field: userDisplayName"); in isValidMessagingStyle()
144 logw(TAG, "MessagingStyle is missing required field: messagingStyleMsg"); in isValidMessagingStyle()
162 logw(TAG, "MessagingStyleMessage is null"); in isValidMessagingStyleMessage()
[all …]
DMessage.java19 import static com.android.car.apps.common.util.SafeLog.logw;
84 logw(TAG, "MessagingStyleMessage is missing required fields"); in parseFromMessage()
110 logw(TAG, "BluetoothMapClient intent is missing required fields"); in parseFromIntent()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessageNotificationDelegate.java22 import static com.android.car.apps.common.util.SafeLog.logw;
216 logw(TAG, "sendMessage: device disconnected, can't send message"); in sendMessage()
225 logw(TAG, "No notificationInfo found for senderKey " in sendMessage()
228 logw(TAG, "No contact URI for sender!"); in sendMessage()
280 logw(TAG, "Conversation already exists! " + convoKey.toString()); in initializeNewConversation()
291 logw(TAG, "initNewConvo: Message could not be created from the intent."); in initializeNewConversation()
352 logw(TAG, "addMessage: Message could not be created from the intent."); in addMessageFromIntent()
434 logw(TAG, " Could not load PhoneNumberInfo due to null phone number"); in loadPhoneNumberInfo()
466 logw(TAG, "Invalid device address: " + conversationKey.getDeviceId()); in sendMessageInternal()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStartDpcInsideSuwServiceConnection.java200 ProvisionLogger.logw("Connection to SUW NetworkInterceptService lost"); in onServiceDisconnected()
206 ProvisionLogger.logw("Connection to SUW NetworkInterceptService died"); in onBindingDied()
247 ProvisionLogger.logw( in enableNetworkIntentIntercept()
254 ProvisionLogger.logw( in enableNetworkIntentIntercept()
258 ProvisionLogger.logw("Exception from SUW NetworkInterceptService", e); in enableNetworkIntentIntercept()
DProvisionLogger.java117 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
DUtils.java194 ProvisionLogger.logw("Component not found, not changing enabled setting: " in setComponentEnabledSetting()
256 ProvisionLogger.logw("The component " + dpcComponentName + " isn't registered in " in findDeviceAdminInPackageInfo()
285 ProvisionLogger.logw("more than 1 device admin component are found"); in findDeviceAdminInPackage()
436 ProvisionLogger.logw("Account removed from the primary user."); in removeAccount()
445 ProvisionLogger.logw("Could not remove account from the primary user."); in removeAccount()
449 ProvisionLogger.logw("Exception removing account from the primary user.", e); in removeAccount()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java406 logw("Unable to parse address '" + address + "' to a device"); in load()
555 logw("Failed to connect " + device + ", Reason: " + e); in connect()
571 logw("Failed to disconnect " + device + ", Reason: " + e); in disconnect()
586 logw("Failed to get bluetooth stack priority for " + device + ", Reason: " + e); in getProfilePriority()
602 logw("Failed to set bluetooth stack priority for " + device + ", Reason: " + e); in setProfilePriority()
657 logw("Connection attempt immediately failed, moving to the next device"); in autoConnectWithTimeout()
662 logw("Auto connect process has timed out connecting to " + device); in autoConnectWithTimeout()
790 logw("Failed to connect " + device + ", Reason: " + e); in triggerConnections()
827 private void logw(String msg) { in logw() method in BluetoothProfileDeviceManager
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java20 import static com.android.car.connecteddevice.util.SafeLog.logw;
107 logw(TAG, "Unsupported action: " + action); in onStartCommand()
143 logw(TAG, "Dropping dismiss intent. Received null conversation key."); in handleDismissNotificationIntent()
153 logw(TAG, "Dropping mark as read intent. Received null conversation key."); in handleMarkAsReadIntent()
164 logw(TAG, "Dropping voice reply intent. Received null arguments."); in handleReplyIntent()
DNotificationMsgDelegate.java20 import static com.android.car.connecteddevice.util.SafeLog.logw;
123 logw(TAG, "PhoneToCarMessage: message data not set!"); in onMessageReceived()
199 logw(TAG, "Conversation already exists! " + notificationKey); in initializeNewConversation()
228 logw(TAG, "Conversation not found for notification: " + notificationKey); in initializeNewMessage()
260 logw(TAG, "storeIcon: invalid AvatarIconSync obj or no conversation found."); in storeIcon()
273 logw(TAG, "storeIcon: Bitmap could not be created from byteArray"); in storeIcon()
304 logw(TAG, "clearAppData not supported for arg: " + packageName); in clearAppData()
DNotificationMsgFeature.java21 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()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DUserCapabilityExchangeImpl.java141 logw("onError called for unknown reqId:" + reqId); in requestCapabilities()
160 logw("onTimeout called for unknown reqId:" + reqId); in requestCapabilities()
176 logw("onCapabilitiesUpdated, unknown reqId:" + reqId); in requestCapabilities()
179 logw("onCapabilitiesUpdated on dead service"); in requestCapabilities()
281 private void logw(String log) { in logw() method in UserCapabilityExchangeImpl
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java21 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.");
DBleDeviceMessageStream.java24 import static com.android.car.connecteddevice.util.SafeLog.logw;
185 logw(TAG, "Received a read notification from a device (" + device.getAddress() in onCharacteristicRead()
200 logw(TAG, "Received a message from a device (" + device.getAddress() + ") that is not " in onCharacteristicWrite()
207 logw(TAG, "Received a write to a characteristic (" + characteristic.getUuid() + ") that" in onCharacteristicWrite()
281 logw(TAG, "Received duplicate packet " + packet.getPacketNumber() + " for message " in processPacket()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java21 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/parser/
DDisclaimersParser.java71 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/
DBluetoothAdapterHelper.java78 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/
DCalendarSyncFeature.java21 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()
DCalendarImporter.java21 import static com.android.car.connecteddevice.util.SafeLog.logw;
187 logw(TAG, "Cannot add attendees. Missing new event row URL."); in insertEvent()
193 logw(TAG, in insertEvent()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DFinalizationController.java150 ProvisionLogger.logw("provisioningFinalized called, but state is finalized or " in provisioningFinalized()
157 ProvisionLogger.logw("FinalizationController invoked, but no stored params"); in provisioningFinalized()
240 ProvisionLogger.logw( in commitFinalizedState()
DFinalizationInsideSuwControllerLogic.java80 ProvisionLogger.logw("Skipping finalization during SUW for organization " in isReadyForFinalization()
87 ProvisionLogger.logw("Skipping finalization during SUW for non-organization " in isReadyForFinalization()
174 ProvisionLogger.logw("Attempted to start DPC again before result received - ignoring"); in startPolicyComplianceActivityForResultIfResolved()
DUserProvisioningStateHelper.java109 ProvisionLogger.logw("User transitioning to child, updating provisioning state."); in markUserProvisioningStateInitiallyDone()
113 ProvisionLogger.logw("user_setup_complete set, but provisioning was started"); in markUserProvisioningStateInitiallyDone()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorage.java21 import static com.android.car.connecteddevice.util.SafeLog.logw;
248 logw(TAG, "Received a null key value."); in encryptWithKeyStore()
489 logw(TAG, "Attempt to update name on an unrecognized device " + deviceId in updateAssociatedDeviceName()
538 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/
DScanDataAnalyzer.java19 import static com.android.car.connecteddevice.util.SafeLog.logw;
119 logw(TAG, "Inspecting advertisement overflow bytes went out of bounds."); in containsUuidsInOverflow()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/
DConnectedDeviceManager.java21 import static com.android.car.connecteddevice.util.SafeLog.logw;
299 logw(TAG, "No devices associated with active user. Ignoring."); in connectToActiveUserDeviceInternal()
678 logw(TAG, "Received message from unknown device " + deviceId + "or to unknown " in onMessageReceived()
686 logw(TAG, "The message delegate has rejected this message. It will not be " in onMessageReceived()
714 logw(TAG, "Failed to establish secure channel on unknown device " + deviceId + "."); in deviceErrorOccurred()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java816 logw("Unexpected config payload. Config Type: " + configPayload.configType); in buildChildSessionConfigFromResp()
1147 logw( in validateDeleteRespPayloadAndExchangeType()
1156 logw( in validateDeleteRespPayloadAndExchangeType()
1197 logw( in processStateMessage()
2128 logw("Received unexpected error notification: " + notify.notifyType); in validateAndNegotiateChild()
2151 logw( in validateAndNegotiateChild()
2259 logw( in validatePayloadAndExchangeType()
2280 logw( in validatePayloadAndExchangeType()
2363 private static void logw(String s) { in logw() method in ChildSessionStateMachine.CreateChildSaHelper

123