Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java198 logDebug("switch to sub:" + subId);
210 logDebug("onOpportunisticSubscriptionsChanged.");
385 logDebug("[getAvailableESIMPortIndex] subscriptionInfos size:" in getAvailableESIMPortIndex()
396 logDebug("[getAvailableESIMPortIndex] CardInfo: " + uiccCardInfo.toString()); in getAvailableESIMPortIndex()
403 logDebug("[getAvailableESIMPortIndex] PortInfo: " + uiccPortInfo.toString()); in getAvailableESIMPortIndex()
411 logDebug("[getAvailableESIMPortIndex] No Port is available."); in getAvailableESIMPortIndex()
419 logDebug("ACTION_SUB_SWITCH sequenceId: " + sequenceId in onSubSwitchComplete()
516 logDebug("null subscription infos"); in checkProfileUpdate()
531 logDebug("SIM port not available."); in checkProfileUpdate()
538 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.java101 logDebug("profile selection done");
167 logDebug("SIM state changed"); in handleSimStateChange()
179 logDebug("handleSimStateChange: subscriptionInfos - " + subscriptionInfos); in handleSimStateChange()
186 logDebug("Carrier subscription is not available, removing entry"); in handleSimStateChange()
275 logDebug("setPreferredDataSubscriptionId subId:" + subId
347 logDebug("updateAvailableNetworks: " + availableNetworks);
707 logDebug("service is enable state " + mIsEnabled); in enableOpportunisticNetwork()
714 private void logDebug(String msg) { in logDebug() method in OpportunisticNetworkService
/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/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfileConnector.java101 logDebug("Proxy object connected");
109 logDebug("Proxy object disconnected");
134 logDebug("Binding service..."); in doBind()
151 logDebug("Unbinding service..."); in doUnbind()
219 private void logDebug(String log) { in logDebug() method in BluetoothProfileConnector
/packages/apps/Car/SystemUI/tests/src/com/android/
DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java144 logDebug(String.format("Skipping abstract class %s: not a test", in isTestClass()
166 logDebug(String.format("Skipping class %s: not a test", loadedClass.getName())); in isTestClass()
211 private void logDebug(String msg) { in logDebug() method in AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothDeviceConfigListener.java50 BluetoothDeviceConfigListener(BluetoothManagerService service, boolean logDebug, in BluetoothDeviceConfigListener() argument
53 mLogDebug = logDebug; in BluetoothDeviceConfigListener()
/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()
845 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