/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | FeatureConnector.java | 135 logw("connect: not supported."); in connect() 170 if (DBG) logw("Create IMS service error: " + errorCode); 237 logw("Unexpected State! " + status); 285 private final void logw(String message) { in logw() method in FeatureConnector
|
D | ImsManager.java | 432 logw("isNonTtyOrTtyOnVolteEnabled: telecom not available"); in isNonTtyOrTtyOnVolteEnabled() 1272 logw("getProvisionedBoolNoException: operation failed for item=" + item in getProvisionedBoolNoException() 1287 logw("setProvisionedBoolNoException: operation failed for item=" + item in setProvisionedBoolNoException() 1587 logw("removeNotifyStatusChangedCallback: callback is null!"); in removeNotifyStatusChangedCallback() 1853 logw("getRegistrationTech: no connection to ImsService."); in getRegistrationTech() 1864 logw("getRegistrationTech(C): no connection to ImsService."); in getRegistrationTech() 2137 logw("queryMmTelCapability: interrupted while waiting for response"); in queryMmTelCapability() 2352 logw("CreateCallSession: Error, remote exception: " + e.getMessage()); in createCallSession() 2367 private void logw(String s) { in logw() method in ImsManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 142 logw("EVENT_SUBSCRIPTION_STATUS_CHANGED, Exception:" + ar.exception); in handleMessage() 204 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception in handleGetCdmaSubscriptionSource() 213 private void logw(String s) { in logw() method in CdmaSubscriptionSourceManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 210 logw("SMS Received with a PDU that could not be parsed."); 428 private void logw(String s) { in logw() method in ImsSmsDispatcher
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 446 logw("Error saving voice mail state to SIM. Probably malformed SIM record", ex); in setVoiceMessageWaiting() 456 logw("MSP byte: " + data[0] + " is not between 1 and 4", null); in validEfCfis() 569 logw("Error saving call forwarding flag to SIM. " in setVoiceCallForwardingFlag() 903 logw("update failed. ", ar.exception); in handleMessage() 1287 logw("Exception parsing SIM record", exc); in handleMessage() 2031 protected void logw(String s, Throwable tr) { in logw() method in SIMRecords
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
D | WifiScanningServiceImpl.java | 88 private void logw(String message) { in logw() method in WifiScanningServiceImpl 207 logw("msg.replyTo is null"); in handleMessage() 212 logw("duplicate client connection: " + msg.sendingUid + ", messenger=" in handleMessage() 1927 logw("failed to report scan work: " + e.toString()); in reportBatchedScanStart() 1939 logw("failed to cleanup scan work: " + e.toString()); in reportBatchedScanStop()
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 677 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in commitInternal() local 678 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in commitInternal()
|
D | FragmentManager.java | 748 LogWriter logw = new LogWriter(Log.ERROR, TAG); in throwException() local 749 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in throwException() 2922 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in restoreAllState() local 2923 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in restoreAllState()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 2162 protected void logw(String s) { in logw() method in StateMachine
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 4501 logw("Connected to unknown networkId " + mLastNetworkId in processMessage() 5233 logw("Associated command w/o BSSID"); in processMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 2999 protected void logw(String s) { in logw() method in DataConnection
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 2399 logw("Unknown group owner " + groupOwner); in processMessage()
|