Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegate.java21 import static com.android.timezone.location.provider.core.LogUtils.logDebug;
183 logDebug(entryCause); in onDestroy()
204 logDebug(debugInfo); in onStartUpdates()
219 logDebug(debugInfo); in onStopUpdates()
229 logDebug("Unexpected onStopUpdates() when currentMode=" + currentMode); in onStopUpdates()
287 logDebug(debugInfo); in onActiveListeningResult()
326 logDebug("onPassiveListeningResult()" in onPassiveListeningResult()
350 logDebug(debugInfo); in handleLocationKnown()
381 logDebug(debugInfo); in handleLocationNotKnown()
394 logDebug(debugInfo); in onPassiveListeningEnded()
[all …]
DLogUtils.java47 public static void logDebug(@NonNull PiiLoggable piiLoggable) { in logDebug() method in LogUtils
54 public static void logDebug(@NonNull String msg) { in logDebug() method in LogUtils
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java196 logDebug("switch to sub:" + subId);
208 logDebug("onOpportunisticSubscriptionsChanged.");
392 logDebug("[getAvailableESIMPortIndex] subscriptionInfos size:" in getAvailableESIMPortIndex()
403 logDebug("[getAvailableESIMPortIndex] CardInfo: " + uiccCardInfo.toString()); in getAvailableESIMPortIndex()
410 logDebug("[getAvailableESIMPortIndex] PortInfo: " + uiccPortInfo.toString()); in getAvailableESIMPortIndex()
418 logDebug("[getAvailableESIMPortIndex] No Port is available."); in getAvailableESIMPortIndex()
426 logDebug("ACTION_SUB_SWITCH sequenceId: " + sequenceId in onSubSwitchComplete()
523 logDebug("null subscription infos"); in checkProfileUpdate()
538 logDebug("SIM port not available."); in checkProfileUpdate()
545 logDebug("received duplicate requests"); in checkProfileUpdate()
[all …]
DONSNetworkScanCtlr.java103 logDebug("Total results :" + results.size());
105 logDebug("cell info: " + cellInfo);
114 logDebug("Scan completed!");
121 logDebug("Scan error " + error);
190 logDebug("cell info ssRsrp: " + ssRsrp); in analyzeScanResults()
197 logDebug("cell info rsrp: " + rsrp); in analyzeScanResults()
212 logDebug("scan invalidated on error"); in invalidateScanOnError()
244 logDebug("Msg received for scan results"); in init()
249 logDebug("Msg received for scan complete"); in init()
253 logDebug("Msg received for scan error"); in init()
[all …]
DOpportunisticNetworkService.java113 logDebug("profile selection done");
179 logDebug("SIM state changed"); in handleSimStateChange()
191 logDebug("handleSimStateChange: subscriptionInfos - " + subscriptionInfos); in handleSimStateChange()
198 logDebug("Carrier subscription is not available, removing entry"); in handleSimStateChange()
295 logDebug("setPreferredDataSubscriptionId subId:" + subId
381 logDebug("updateAvailableNetworks: " + availableNetworks);
804 logDebug("service is enable state " + mIsEnabled); in enableOpportunisticNetwork()
838 private void logDebug(String msg) { in logDebug() method in OpportunisticNetworkService
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java269 logDebug("Already finished; skipping"); in run()
277 logDebug("Starting"); in run()
365 logDebug("Finished with status " + Downloads.Impl.statusToString(mInfoDelta.mStatus)); in run()
383 logDebug("rescheduling the job id:" + mId); in run()
846 private void logDebug(String msg) { in logDebug() method in DownloadThread
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java119 logDebug("Mapped geonames tz=" + geonamesTimeZoneId in main()
369 private static void logDebug(String message) { in logDebug() method in GeonamesComparison