/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; 117 logw(TAG, "ConversationNotification is null"); in isValidConversationNotification() 120 logw(TAG, "ConversationNotification is missing required field: messagingStyle"); in isValidConversationNotification() 123 logw(TAG, "ConversationNotification is missing required field: appDisplayName"); in isValidConversationNotification() 126 logw(TAG, "ConversationNotification is missing required field: appPackageName"); in isValidConversationNotification() 138 logw(TAG, "MessagingStyle is null"); in isValidMessagingStyle() 141 logw(TAG, "MessagingStyle is missing required field: convoTitle"); in isValidMessagingStyle() 144 logw(TAG, "MessagingStyle is missing required field: userDisplayName"); in isValidMessagingStyle() 147 logw(TAG, "MessagingStyle is missing required field: messagingStyleMsg"); in isValidMessagingStyle() 165 logw(TAG, "MessagingStyleMessage is null"); in isValidMessagingStyleMessage() [all …]
|
D | Message.java | 19 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()
|
D | ConversationNotificationInfo.java | 19 import static com.android.car.apps.common.util.SafeLog.logw; 84 logw(TAG, "ConversationNotificationInfo is missing required fields"); in createConversationNotificationInfo()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessageNotificationDelegate.java | 22 import static com.android.car.apps.common.util.SafeLog.logw; 221 logw(TAG, "sendMessage: device disconnected, can't send message"); in sendMessage() 230 logw(TAG, "No notificationInfo found for senderKey " in sendMessage() 233 logw(TAG, "No contact URI for sender!"); in sendMessage() 286 logw(TAG, "Conversation already exists! " + convoKey.toString()); in initializeNewConversation() 297 logw(TAG, "initNewConvo: Message could not be created from the intent."); in initializeNewConversation() 358 logw(TAG, "addMessage: Message could not be created from the intent."); in addMessageFromIntent() 437 logw(TAG, " Could not load PhoneNumberInfo due to null phone number"); in loadPhoneNumberInfo() 469 logw(TAG, "Invalid device address: " + conversationKey.getDeviceId()); in sendMessageInternal()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | StartDpcInsideSuwServiceConnection.java | 200 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()
|
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 | 194 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()
|
D | MdmPackageInfo.java | 67 ProvisionLogger.logw("Package not currently installed: " + packageName); in createFromPackageName()
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 406 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/services/Telephony/src/com/android/services/telephony/rcs/ |
D | UserCapabilityExchangeImpl.java | 141 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
|
D | RcsFeatureController.java | 128 logw("connectionReady returned null RcsFeatureManager"); 433 private void logw(String log) { in logw() method in RcsFeatureController
|
/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/ManagedProvisioning/src/com/android/managedprovisioning/finalization/ |
D | FinalizationInsideSuwControllerLogic.java | 80 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()
|
D | FinalizationController.java | 150 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()
|
D | PreFinalizationController.java | 108 ProvisionLogger.logw("deviceManagementEstablished called, but state is not finalized " in deviceManagementEstablished() 148 ProvisionLogger.logw("Error setting access to Device IDs: " + e.getMessage()); in markIsProfileOwnerOnOrganizationOwnedDevice()
|
D | UserProvisioningStateHelper.java | 109 ProvisionLogger.logw("User transitioning to child, updating provisioning state."); in markUserProvisioningStateInitiallyDone() 113 ProvisionLogger.logw("user_setup_complete set, but provisioning was started"); in markUserProvisioningStateInitiallyDone()
|
D | FinalizationInsideSuwActivity.java | 79 ProvisionLogger.logw("onActivityResult: Unknown request code: " + requestCode); in onActivityResult()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 816 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
|
D | IkeSessionStateMachine.java | 2415 logw( in handleInboundDeleteChildRequest() 2426 logw("Child SA not found with received SPI: " + spi); in handleInboundDeleteChildRequest() 2428 logw("Received repeated Child SPI: " + spi); in handleInboundDeleteChildRequest() 2446 logw("Unexpected payload types found: " + payload.payloadType); in handleInboundDeleteChildRequest() 2497 logw("Child SA not found with received SPI: " + childSpi); in handleInboundRekeyChildRequest() 2504 logw("More than one Notify-Rekey Payload found with SPI: " + childSpi); in handleInboundRekeyChildRequest() 2880 logw( in validateIkeInitResp() 2888 logw( in validateIkeInitResp() 3369 logw( in validateIkeAuthResp() 3382 logw( in validateIkeAuthResp() [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
D | PreBootListener.java | 40 ProvisionLogger.logw("Unexpected intent action: " + intent.getAction()); in onReceive()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/manageduser/ |
D | ManagedUserCreationListener.java | 46 ProvisionLogger.logw("Unexpected intent action: " + intent.getAction()); in onReceive()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
D | SafeLog.java | 53 public static void logw(@NonNull String tag, @NonNull String message) { in logw() method in SafeLog
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | MigrateSystemAppsSnapshotTask.java | 70 ProvisionLogger.logw("Found invalid file during migration: " + fileName); in migrateIfNecessary()
|
D | StartManagedProfileTask.java | 128 ProvisionLogger.logw("Unexpected intent: " + intent); in onReceive()
|