/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/services/Telephony/src/com/android/services/telephony/rcs/ |
D | MessageTransportWrapper.java | 74 logw("notifyMessageReceived called when SipDelegate is not associated for " 82 logw("SipDelegate not available when notifyMessageReceived was called " 102 logw("notifyMessageReceiveError called when SipDelegate is not associated " 110 logw("SipDelegate not available when notifyMessageReceiveError was called " 138 logw("sendMessage called when SipDelegate is not associated." 214 logw("Unexpected state, onMessageSent called when SipDelegate is not " 221 logw("Error sending onMessageSent to SipDelegateConnection, remote not" 240 logw("Unexpected state, onMessageSendFailure called when SipDelegate is not" 247 logw("Error sending onMessageSendFailure to SipDelegateConnection, remote" 434 logw("cleanupSessionInternal: SipDelegate is not associated, callId: " + callId); in cleanupSessionInternal() [all …]
|
D | DelegateStateTracker.java | 96 logw("sipDelegateChanging: invalid state, onRegistrationStateChanged never called."); in sipDelegateChanging() 119 logw("sipDelegateDestroyed: IMS application is dead: " + e); in sipDelegateDestroyed() 145 logw("onRegistrationStateChanged: IMS application is dead: " + e); in onRegistrationStateChanged() 159 logw("onImsConfigurationChanged: IMS application is dead: " + e); in onImsConfigurationChanged() 173 logw("onImsConfigurationChanged: IMS application is dead: " + e); in onConfigurationChanged() 210 logw("notifySipDelegateCreated: IMS application is dead: " + e); in notifySipDelegateCreated() 218 private void logw(String log) { in logw() method in DelegateStateTracker
|
D | SipTransportController.java | 196 logw("onCallbackDied: unexpected - cookie is not an instance of " in onCallbackDied() 388 logw("createSipDelegate: exception completing future: " + e); in createSipDelegate() 420 logw("isSupported, unexpected null result, returning false"); in isSupported() 439 logw("createSipDelegateInternal, transport null during request."); in createSipDelegateInternal() 448 logw("createSipDelegateInternal, ImsException during create: " + e); in createSipDelegateInternal() 462 logw("destroySipDelegateInternal: ignoring destroy, as this is about to be destroyed " in destroySipDelegateInternal() 467 logw("destroySipDelegateInternal: ignoring destroy, null connection binder."); in destroySipDelegateInternal() 479 logw("destroySipDelegateInternal: could not find matching connection=" + connection); in destroySipDelegateInternal() 490 logw("triggerFullNetworkRegistrationInternal: ignoring network reg request, as this is" in triggerFullNetworkRegistrationInternal() 495 logw("triggerFullNetworkRegistrationInternal: ignoring, null connection binder."); in triggerFullNetworkRegistrationInternal() [all …]
|
D | SipDelegateBinderConnection.java | 183 logw("create called on unreachable SipTransport:" + e); in create() 201 logw("destroy called on unreachable SipTransport:" + e); in destroy() 207 logw("unlinkToDeath called on already unlinked binder" + e); in destroy() 216 logw("triggerFullNetworkRegistration called on unreachable ImsRegistration:" + e); in triggerFullNetworkRegistration() 224 logw("Invalid null delegate returned!"); in notifySipDelegateCreated() 254 protected final void logw(String log) { in logw() method in SipDelegateBinderConnection 262 logw("binderDied!"); in binderDied()
|
D | SipSessionTracker.java | 91 logw("Adding new message when there was already a pending event for branch: " in filterSipMessage() 330 logw("Could not parse start line for SIP message: " + m.getStartLine()); 337 logw("Could not parse status code for SIP message: " + m.getStartLine()); 350 if (toTag == null) logw("updateSipDialogState: No to tag for message: " + m); 364 private void logw(String log) {
|
D | TransportSipMessageValidator.java | 197 logw("onRegistrationStateChanged: pending registration change, completing now."); in onRegistrationStateChanged() 294 logw("closeSessionsGracefully: unexpected - called with null consumer... closing now"); in closeSessionsGracefully() 301 logw("closeSessionsGracefully: unexpected - existing close pending, combining" in closeSessionsGracefully() 345 logw("closeSessions: call ID closure handled through consumer"); in closeSessions() 547 private void logw(String log) { in logw() method in TransportSipMessageValidator
|
D | SipDelegateController.java | 183 logw("create: resultPair returned null"); in create() 289 logw("triggerFullNetworkRegistration called when binder connection is null"); 370 logw("Couldn't create binder connection, ImsService is not available."); 421 private void logw(String log) {
|
D | RcsFeatureController.java | 133 logw("connectionReady returned null RcsFeatureManager"); 481 private void logw(String log) { in logw() method in RcsFeatureController
|
/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() 255 ProvisionLogger.logw( in enableNetworkIntentIntercept() 262 ProvisionLogger.logw( in enableNetworkIntentIntercept() 266 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
|
/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() 828 private void logw(String msg) { in logw() method in BluetoothProfileDeviceManager
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/ |
D | Ike3gppExtensionExchange.java | 132 logw("No 3GPP request payloads added for: " + exchangeSubtypeString); in getRequestPayloads() 152 logw("No 3GPP response payloads expected for: " + exchangeSubtypeString); in extract3gppResponsePayloads() 175 logw("Received unexpected 3GPP payloads in: " + exchangeSubtypeString); in handle3gppResponsePayloads() 179 private void logw(String msg) { in logw() method in Ike3gppExtensionExchange
|
D | Ike3gppIkeAuth.java | 106 logw("Received N1_MODE_INFORMATION when N1 Mode is not enabled"); in handleAuthResp() 122 logw( in handleAuthResp() 141 logw("Received BACKOFF_TIMER payload without an Error-Notify"); in handleAuthResp() 151 private void logw(String msg) { in logw() method in Ike3gppIkeAuth
|
/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 | FinalizationController.java | 151 ProvisionLogger.logw("provisioningFinalized called, but state is finalized or " in provisioningFinalized() 158 ProvisionLogger.logw("FinalizationController invoked, but no stored params"); in provisioningFinalized() 232 ProvisionLogger.logw( in commitFinalizedState()
|
D | UserProvisioningStateHelper.java | 110 ProvisionLogger.logw("Provisioning after user setup complete is allowed, " in markUserProvisioningStateInitiallyDone() 115 ProvisionLogger.logw("user_setup_complete set, but provisioning was started"); in markUserProvisioningStateInitiallyDone()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | QosCallbackAgentConnection.java | 114 logw("binderDied: binder died with callback id: " + mAgentCallbackId); in binderDied() 192 private static void logw(@NonNull final String msg) { in logw() method in QosCallbackAgentConnection
|
D | QosCallbackTracker.java | 163 logw("handleUnregisterCallback: no matching agentConnection"); in handleUnregisterCallback() 281 private static void logw(final String msg) { in logw() method in QosCallbackTracker
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 2092 logw( in handleGenericInfoRequest() 2754 logw( in handleInboundDeleteChildRequest() 2765 logw("Child SA not found with received SPI: " + spi); in handleInboundDeleteChildRequest() 2767 logw("Received repeated Child SPI: " + spi); in handleInboundDeleteChildRequest() 2785 logw("Unexpected payload types found: " + payload.payloadType); in handleInboundDeleteChildRequest() 2836 logw("Child SA not found with received SPI: " + childSpi); in handleInboundRekeyChildRequest() 2843 logw("More than one Notify-Rekey Payload found with SPI: " + childSpi); in handleInboundRekeyChildRequest() 3310 logw( in validateIkeInitResp() 3318 logw( in validateIkeInitResp() 3674 logw( in handleNotifyInLastAuthResp() [all …]
|
D | ChildSessionStateMachine.java | 902 logw("Unexpected config payload. Config Type: " + configPayload.configType); in buildChildSessionConfigFromResp() 1295 logw( in validateDeleteRespPayloadAndExchangeType() 1304 logw( in validateDeleteRespPayloadAndExchangeType() 1345 logw( in processStateMessage() 2328 logw("Received unexpected error notification: " + notify.notifyType); in validateAndNegotiateChild() 2354 logw( in validateAndNegotiateChild() 2462 logw( in validatePayloadAndExchangeType() 2483 logw( in validatePayloadAndExchangeType() 2566 private static void logw(String s) { in logw() method in ChildSessionStateMachine.CreateChildSaHelper
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
D | PreBootListener.java | 40 ProvisionLogger.logw("Unexpected intent action: " + intent.getAction()); in onReceive()
|