/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileSelector.java | 198 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 …]
|
D | ONSNetworkScanCtlr.java | 103 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 …]
|
D | OpportunisticNetworkService.java | 101 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/ |
D | OfflineLocationTimeZoneDelegate.java | 21 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 …]
|
D | LogUtils.java | 47 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/ |
D | BluetoothProfileConnector.java | 101 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/ |
D | AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java | 144 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/ |
D | BluetoothDeviceConfigListener.java | 50 BluetoothDeviceConfigListener(BluetoothManagerService service, boolean logDebug, in BluetoothDeviceConfigListener() argument 53 mLogDebug = logDebug; in BluetoothDeviceConfigListener()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 269 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/ |
D | GeonamesComparison.java | 119 logDebug("Mapped geonames tz=" + geonamesTimeZoneId in main() 369 private static void logDebug(String message) { in logDebug() method in GeonamesComparison
|