Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 4 of 4) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSNetworkScanCtlr.java81 logDebug("Total results :" + results.size());
83 logDebug("cell info: " + cellInfo);
92 logDebug("Scan completed!");
99 logDebug("Scan error " + error);
151 logDebug("cell info rsrp: " + rsrp); in analyzeScanResults()
166 logDebug("scan invalidated on error"); in invalidateScanOnError()
198 logDebug("Msg received for scan results"); in init()
203 logDebug("Msg received for scan complete"); in init()
207 logDebug("Msg received for scan error"); in init()
296 logDebug("startNetworkScan " + networkScanRequest); in startNetworkScan()
[all …]
DONSProfileSelector.java190 logDebug("switch to sub:" + subId);
202 logDebug("onOpportunisticSubscriptionsChanged.");
363 logDebug("ACTION_SUB_SWITCH sequenceId: " + sequenceId in onSubSwitchComplete()
485 logDebug("null subscription infos"); in checkProfileUpdate()
499 logDebug("primary subscription active on opportunistic sub"); in checkProfileUpdate()
506 logDebug("received duplicate requests"); in checkProfileUpdate()
521 logDebug("availableNetworks: " + availableNetworks); in checkProfileUpdate()
524 logDebug("opportunistic subscriptions size " + mOppSubscriptionInfos.size()); in checkProfileUpdate()
568 logDebug("stopping scan"); in checkProfileUpdate()
698 logDebug("stopProfileSelection"); in stopProfileSelectionProcess()
[all …]
DOpportunisticNetworkService.java85 logDebug("profile selection done");
124 logDebug("SIM state changed"); in handleSimStateChange()
135 logDebug("handleSimStateChange: subscriptionInfos - " + subscriptionInfos); in handleSimStateChange()
142 logDebug("Carrier subscription is not available, removing entry"); in handleSimStateChange()
231logDebug("setPreferredDataSubscriptionId subId:" + subId + "callingPackage: " + callingPackage);
302 logDebug("updateAvailableNetworks: " + availableNetworks);
624 logDebug("service is enable state " + mIsEnabled); in enableOpportunisticNetwork()
631 private void logDebug(String msg) { in logDebug() method in OpportunisticNetworkService
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java270 logDebug("Already finished; skipping"); in run()
278 logDebug("Starting"); in run()
376 logDebug("Finished with status " + Downloads.Impl.statusToString(mInfoDelta.mStatus)); in run()
850 private void logDebug(String msg) { in logDebug() method in DownloadThread