/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
D | SubscribeRequest.java | 110 logw("requestCapabilities: request is finished"); in requestCapabilities() 123 logw("requestCapabilities exception: " + e); in requestCapabilities() 133 logw("onCommandError: request is already finished"); in onCommandError() 165 logw("onNetworkResponse: request is already finished"); in onNetworkResponse() 175 logw("onResourceTerminated: request is already finished"); in onResourceTerminated() 180 logw("onResourceTerminated: the parameter is null"); in onResourceTerminated() 195 logw("onCapabilitiesUpdate: request is already finished"); in onCapabilitiesUpdate() 200 logw("onCapabilitiesUpdate: The parameter is null"); in onCapabilitiesUpdate() 229 logw("onCapabilitiesUpdate: malformed capability was found and not saved."); in onCapabilitiesUpdate()
|
D | RemoteOptionsRequest.java | 150 logw("executeRequest: exception " + e); in executeRequest() 160 logw("executeRequest: uri is empty"); in executeRequestInternal() 167 logw("executeRequest: This request is finished"); in executeRequestInternal() 183 logw("executeRequest: The device's capabilities is empty"); in executeRequestInternal() 206 private void logw(String log) { in logw() method in RemoteOptionsRequest
|
D | OptionsRequest.java | 87 logw("requestCapabilities: request is finished"); in requestCapabilities() 97 logw("requestCapabilities: Cannot get device capabilities"); in requestCapabilities() 113 logw("requestCapabilities exception: " + e); in requestCapabilities() 123 logw("onCommandError: The request is already finished"); in onCommandError() 135 logw("onNetworkResponse: The request is already finished"); in onNetworkResponse()
|
D | RemoteOptionsCoordinator.java | 113 logw("onRequestUpdated: Cannot find RemoteOptionsRequest taskId=" + taskId); in onRequestUpdated() 123 logw("onRequestUpdated: invalid event " + event); in onRequestUpdated() 162 logw("triggerOptionsReqCallback exception: " + e); in triggerOptionsReqCallback() 176 logw("triggerOptionsReqWithErrorCallback exception: " + e); in triggerOptionsReqWithErrorCallback()
|
D | OptionsRequestCoordinator.java | 141 logw("onRequestUpdated: Cannot find OptionsRequest taskId=" + taskId); in onRequestUpdated() 168 logw("onRequestUpdated(OptionsRequest): invalid event " + event); in onRequestUpdated() 306 logw("triggerCapabilitiesCallback exception: " + e); in triggerCapabilitiesReceivedCallback() 320 logw("triggerCompletedCallback exception: " + e); in triggerCompletedCallback() 334 logw("triggerErrorCallback exception: " + e); in triggerErrorCallback()
|
D | CapabilityRequest.java | 213 logw("isRequestAllowed: uri is empty"); in isRequestAllowed() 219 logw("isRequestAllowed: This request is finished"); in isRequestAllowed() 226 logw("isRequestAllowed: The device is disallowed."); in isRequestAllowed() 357 protected void logw(String log) { in logw() method in CapabilityRequest
|
D | UceRequestManager.java | 549 logw("Retry subscribe is not allowed"); in sendSubscribeRetryRequest() 554 logw("parameter is not available for retry"); in sendSubscribeRetryRequest() 564 logw("createSubscribeRequestCoordinator failed for retry"); in sendSubscribeRetryRequest() 603 logw("sendRequestInternal: Neither Presence nor OPTIONS are supported"); in sendRequestInternal() 644 logw("sendCachedCapInfoToRequester, error sending cap info back to requester: " + e); in sendCachedCapInfoToRequester() 964 requestManager.logw("handleMessage: cannot find request, taskId=" + taskId); in handleMessage() 974 requestManager.logw("handleMessage: cannot find UceRequestCoordinator"); in handleMessage() 984 requestManager.logw("handleMessage: cannot find UceRequestCoordinator"); in handleMessage() 1094 private void logw(String log) { in logw() method in UceRequestManager
|
D | SubscribeRequestCoordinator.java | 196 logw("onRequestUpdated: Cannot find SubscribeRequest taskId=" + taskId); in onRequestUpdated() 232 logw("onRequestUpdated(SubscribeRequest): invalid event " + event); in onRequestUpdated() 586 logw("triggerCapabilitiesCallback exception: " + e); in triggerCapabilitiesReceivedCallback() 602 logw("triggerCompletedCallback exception: " + e); in triggerCompletedCallback() 620 logw("triggerErrorCallback exception: " + e); in triggerErrorCallback()
|
D | UceRequestCoordinator.java | 335 protected void logw(String log) { in logw() method in UceRequestCoordinator
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
D | DeviceCapabilityListener.java | 227 logw("initialize: This instance is already destroyed"); in initialize() 332 logw("registerImsProvisionCallback error: " + e); in registerImsProvisionCallback() 351 logw("unregister MMTel registration error: " + e.getMessage()); in unregisterImsProvisionCallback() 356 logw("unregister MMTel capability error: " + e.getMessage()); in unregisterImsProvisionCallback() 365 logw("unregister rcs capability error: " + e.getMessage()); in unregisterImsProvisionCallback() 373 logw("unregister provisioning callback error: " + e.getMessage()); in unregisterImsProvisionCallback() 418 logw("SimInfo change error: MmTelManager is null"); in getSimInfoContentObserver() 426 logw("SimInfo change error: " + e); in getSimInfoContentObserver() 441 logw("getImsMmTelManager error: " + e.getMessage()); in getImsMmTelManager() 452 logw("getImsRcsManager error: " + e.getMessage()); in getImsRcsManager() [all …]
|
D | PublishProcessor.java | 173 logw("doPublishInternal: pidfXml is empty"); in doPublishInternal() 181 logw("doPublishInternal: RCS is not connected."); in doPublishInternal() 258 logw("publishCapabilities: exception=" + e.getMessage()); in publishCapabilities() 273 logw("onCommandError: request response is invalid"); in onCommandError() 303 logw("onNetworkResponse: request response is invalid"); in onNetworkResponse() 543 private void logw(String log) { in logw() method in PublishProcessor
|
D | DeviceCapabilityInfo.java | 564 logw("getDeviceCapabilities: invalid mechanism " + mechanism); in getDeviceCapabilities() 573 logw("getPresenceCapabilities: uri is empty"); in getPresenceCapabilities() 634 logw("getOptionsCapabilities: uri is empty"); in getOptionsCapabilities() 717 private void logw(String log) { in logw() method in DeviceCapabilityInfo
|
D | PublishControllerImpl.java | 950 logw("registerRcsAvailabilityChanged exception " + e); in registerRcsAvailabilityChanged() 1069 logw("Notify publish state changed error: " + e); in handlePublishStateChangedMessage() 1095 logw("handleCurrentPublishStateUpdateMessage exception: " + e); in handleNotifyCurrentPublishStateMessage() 1205 logw("Notify publish state changed error: " + e); in handlePublishSentMessage() 1255 private void logw(String log) { in logw() method in PublishControllerImpl
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 143 logw("EVENT_SUBSCRIPTION_STATUS_CHANGED, Exception:" + ar.exception); in handleMessage() 205 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception in handleGetCdmaSubscriptionSource() 214 private void logw(String s) { in logw() method in CdmaSubscriptionSourceManager
|
/frameworks/base/services/core/java/com/android/server/ |
D | VpnManagerService.java | 485 logw("Lockdown VPN only available to system process or AID_SYSTEM on main user"); in updateLockdownVpn() 513 logw("VPN for user " + user + " not ready yet. Skipping lockdown"); in updateLockdownVpn() 586 logw("User " + userId + " has no Vpn configuration"); in isAlwaysOnVpnPackageSupported() 607 logw("User " + userId + " has no Vpn configuration"); in setAlwaysOnVpnPackage() 629 logw("User " + userId + " has no Vpn configuration"); in getAlwaysOnVpnPackage() 644 logw("User " + userId + " has no Vpn configuration"); in isVpnLockdownEnabled() 659 logw("User " + userId + " has no Vpn configuration"); in getVpnLockdownAllowlist() 786 logw("Started user doesn't exist. UserId: " + userId); in onUserStarted() 940 logw("User " + userId + " has no Vpn configuration"); in setAppExclusionList() 957 logw("User " + userId + " has no Vpn configuration"); in getAppExclusionList() [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
D | UceController.java | 618 logw("onRemoteCapabilityRequest: parameter cannot be null"); 643 logw("requestCapabilities: parameter is empty"); in requestCapabilitiesInternal() 651 logw("requestCapabilities: controller is unavailable"); in requestCapabilitiesInternal() 663 logw("requestCapabilities: The device is disallowed, deviceState= " + deviceState + in requestCapabilitiesInternal() 682 logw("requestAvailability: parameter is empty"); in requestAvailability() 690 logw("requestAvailability: controller is unavailable"); in requestAvailability() 702 logw("requestAvailability: The device is disallowed, deviceState= " + deviceState + in requestAvailability() 892 private void logw(String log) { in logw() method in UceController
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 697 logw("isNonTtyOrTtyOnVolteEnabled: telecom not available"); in isNonTtyOrTtyOnVolteEnabled() 719 logw("isNonTtyOrTtyOnVoWifiEnabled: telecom not available"); in isNonTtyOrTtyOnVoWifiEnabled() 1637 logw("getImsProvisionedBoolNoException subId is invalid"); in getImsProvisionedBoolNoException() 1643 logw("getImsProvisionedBoolNoException ITelephony interface is invalid"); in getImsProvisionedBoolNoException() 1650 logw("getImsProvisionedBoolNoException: operation failed for capability=" + capability in getImsProvisionedBoolNoException() 1663 logw("getRcsProvisionedBoolNoException subId is invalid"); in getRcsProvisionedBoolNoException() 1669 logw("getRcsProvisionedBoolNoException ITelephony interface is invalid"); in getRcsProvisionedBoolNoException() 1676 logw("getRcsProvisionedBoolNoException: operation failed for capability=" + capability in getRcsProvisionedBoolNoException() 2437 logw("getRegistrationTech: no connection to ImsService."); in getRegistrationTech() 2448 logw("getRegistrationTech(C): no connection to ImsService."); in getRegistrationTech() [all …]
|
D | FeatureConnector.java | 250 logw("connect: not supported."); in connect() 306 private void logw(String message) { in logw() method in FeatureConnector
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyCountryDetector.java | 293 logw("CountryDetectorHandler: unexpected message code: " + msg.what); in handleMessage() 488 logw("getNetworkCountryIsoForPhone: serviceStateTracker is null"); in getNetworkCountryIsoForPhone() 494 logw("getNetworkCountryIsoForPhone: localeTracker is null"); in getNetworkCountryIsoForPhone() 565 private static void logw(@NonNull String log) { in logw() method in TelephonyCountryDetector
|
D | CellularNetworkService.java | 688 logw("Updating incorrect network type from " in getNetworkTypeForCellIdentity() 715 logw("Updating incorrect network type from IWLAN to " + updatedType); in getNetworkTypeForCellIdentity() 718 logw("Updating incorrect network type from IWLAN to UNKNOWN"); in getNetworkTypeForCellIdentity() 741 logw("Updating incorrect network type from " in getNetworkTypeForCellIdentity() 781 private static void logw(String s) { in logw() method in CellularNetworkService
|
D | ImsSmsDispatcher.java | 335 logw("SMS Received with a PDU that could not be parsed."); 719 private void logw(String s) { in logw() method in ImsSmsDispatcher
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ImsStats.java | 232 logw("conclude: discarding transient stats, duration=%d", duration); in conclude() 237 logw("conclude: discarding UNKNOWN RAT, duration=%d", duration); in conclude() 535 private void logw(String format, Object... args) { in logw() method in ImsStats
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.java | 64 static void logw(@NonNull String msg) { in logw() method in BroadcastQueue
|
D | BroadcastQueueModernImpl.java | 601 logw("Clearing invalid pending cold start: " + mRunningColdStart); in clearInvalidPendingColdStart() 913 logw("Unknown delivery group policy: " + policy); in applyDeliveryGroupPolicy() 1224 logw(msg); in dispatchReceivers() 1271 logw(msg); in scheduleResultTo() 1361 logw("Ignoring finishReceiverLocked; no active broadcast for " + queue); in finishReceiverLocked() 1443 logw("Ignoring finishReceiverActiveLocked; no active broadcast for " + queue); in finishReceiverActiveLocked() 1518 logw("Ignoring demoteFromRunning; no active broadcast for " + queue); in demoteFromRunningLocked() 1570 logw("Delivery state of " + r + " to " + receiver in setDeliveryState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 479 logw("Error saving voice mail state to SIM. Probably malformed SIM record", ex); in setVoiceMessageWaiting() 489 logw("MSP byte: " + data[0] + " is not between 1 and 4", null); in validEfCfis() 604 logw("Error saving call forwarding flag to SIM. " in setVoiceCallForwardingFlag() 937 logw("update failed. ", ar.exception); in handleMessage() 1367 logw("Exception parsing SIM record", exc); in handleMessage() 2120 protected void logw(String s, Throwable tr) { in logw() method in SIMRecords
|