Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DControllerImpl.java20 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.warnLog;
215 warnLog("Unknown provider state: " + provider); in stopProvider()
348 warnLog("onProviderStateChange: Unexpected state change for provider," in onProviderStateChange()
368 warnLog("onProviderStateChange: Unexpected provider=" + provider); in onProviderStateChange()
403 warnLog("Secondary provider unexpected reported a failure:" in handleProviderFailedStateChange()
451 warnLog("Provider=" + provider + " is started, but" in handleProviderStartedStateChange()
459 warnLog("Provider=" + provider in handleProviderStartedStateChange()
474 warnLog("Unknown eventType=" + event.getType()); in handleProviderStartedStateChange()
614 warnLog("Unable to process test command:" in handleProviderTestCommand()
623 warnLog("Unable to process test command:" in handleProviderTestCommand()
[all …]
H A DLocationTimeZoneProvider.java23 import static com.android.server.timezonedetector.location.LocationTimeZoneManagerService.warnLog;
413 warnLog("Unable to initialize the provider", e); in initialize()
565 warnLog("handleInitializationTimeout: Initialization timeout triggered when in" in handleInitializationTimeout()
644 warnLog("handleTimeZoneProviderEvent: Event=" + timeZoneProviderEvent in handleTimeZoneProviderEvent()
655 warnLog(msg); in handleTimeZoneProviderEvent()
668 warnLog("handleTimeZoneProviderEvent:" in handleTimeZoneProviderEvent()
690 warnLog(msg); in handleTimeZoneProviderEvent()
H A DLocationTimeZoneManagerService.java431 static void warnLog(String msg) {
432 warnLog(msg, null);
435 static void warnLog(String msg, @Nullable Throwable t) {
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java445 warnLog("autoConnectA2dp: service is null, failed to connect to " + device); in autoConnectA2dp()
462 warnLog("autoConnectHeadset: service is null, failed to connect to " + device); in autoConnectHeadset()
501 warnLog("processConnectOtherProfiles, adapter is not ON " + mAdapterService.getState()); in processConnectOtherProfiles()
553 private static void warnLog(String msg) { in warnLog() method in PhonePolicy
H A DRemoteDevices.java449 warnLog("Invalid parameters device=" + String.valueOf(device == null) in updateBatteryLevel()
477 warnLog("Device is null"); in resetBatteryLevel()
964 private static void warnLog(String msg) { in warnLog() method in RemoteDevices
H A DBondStateMachine.java511 warnLog("Device is not known for:" + Utils.getAddressStringFromByte(address)); in sspRequestCallback()
606 private void warnLog(String msg) { in warnLog() method in BondStateMachine
/aosp12/frameworks/base/services/
H A Dart-profile40152 PLcom/android/server/timezonedetector/location/LocationTimeZoneManagerService;->warnLog(Ljava/lang/…
40153 PLcom/android/server/timezonedetector/location/LocationTimeZoneManagerService;->warnLog(Ljava/lang/…