Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DFeatureConnector.java135 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
DImsManager.java432 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/
DCdmaSubscriptionSourceManager.java142 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/
DImsSmsDispatcher.java210 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/
DSIMRecords.java446 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/
DWifiScanningServiceImpl.java88 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/
DBackStackRecord.java677 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in commitInternal() local
678 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in commitInternal()
DFragmentManager.java748 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/
DStateMachine.java2162 protected void logw(String s) { in logw() method in StateMachine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4501 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/
DDataConnection.java2999 protected void logw(String s) { in logw() method in DataConnection
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2399 logw("Unknown group owner " + groupOwner); in processMessage()