Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java138 logw("EVENT_SUBSCRIPTION_STATUS_CHANGED, Exception:" + ar.exception); in handleMessage()
199 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception in handleGetCdmaSubscriptionSource()
208 private void logw(String s) { in logw() method in CdmaSubscriptionSourceManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java480 logw("Error saving voice mail state to SIM. Probably malformed SIM record", ex); in setVoiceMessageWaiting()
589 logw("Error saving call forwarding flag to SIM. " in setVoiceCallForwardingFlag()
1006 logw("update failed. ", ar.exception); in handleMessage()
1251 logw("Exception parsing SIM record", exc); in handleMessage()
1928 protected void logw(String s, Throwable tr) { in logw() method in SIMRecords
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java952 if (DBG) logw("network info is TYPE_WIFI but no ConnectionInfo found"); in sendNetworkConditionsBroadcast()
982 if (DBG) logw("Registered cellinfo is unrecognized"); in sendNetworkConditionsBroadcast()
/frameworks/support/v4/java/android/support/v4/app/
DBackStackRecord.java644 LogWriter logw = new LogWriter(TAG); in commitInternal() local
645 PrintWriter pw = new PrintWriter(logw); in commitInternal()
912 LogWriter logw = new LogWriter(TAG); in popFromBackStack() local
913 PrintWriter pw = new PrintWriter(logw); in popFromBackStack()
DFragmentManager.java560 LogWriter logw = new LogWriter(TAG); in throwException() local
561 PrintWriter pw = new PrintWriter(logw); in throwException()
2110 LogWriter logw = new LogWriter(TAG); in restoreAllState() local
2111 PrintWriter pw = new PrintWriter(logw); in restoreAllState()
/frameworks/base/core/java/android/app/
DBackStackRecord.java696 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in commitInternal() local
697 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in commitInternal()
1658 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in popFromBackStack() local
1659 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in popFromBackStack()
DFragmentManager.java489 LogWriter logw = new LogWriter(Log.ERROR, TAG); in throwException() local
490 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in throwException()
2005 LogWriter logw = new LogWriter(Log.VERBOSE, TAG); in restoreAllState() local
2006 PrintWriter pw = new FastPrintWriter(logw, false, 1024); in restoreAllState()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java85 private void logw(String message) { in logw() method in WifiScanningServiceImpl
139 logw("duplicate client connection: " + msg.sendingUid); in handleMessage()
1851 logw("failed to report scan work: " + e.toString()); in reportBatchedScanStart()
1862 logw("failed to cleanup scan work: " + e.toString()); in reportBatchedScanStop()
/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java2085 protected void logw(String s) { in logw() method in StateMachine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java5433 logw("Not authorized to update network " in processMessage()
5488 logw("Not authorized to remove network " in processMessage()
5852 logw("Not authorized to update network " in processMessage()
6008 logw("Not authorized to update network " in processMessage()
6096 logw("Not authorized to forget network " in processMessage()
6658 logw("Associated command w/o BSSID"); in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1962 protected void logw(String s) { in logw() method in DataConnection
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1769 logw("Unknown group owner " + groupOwner); in processMessage()