Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java69 return mServiceWatcher.runOnBinderBlocking(binder -> { in getFromLocation()
79 return mServiceWatcher.runOnBinderBlocking(binder -> { in getFromLocationName()
DLocationProviderProxy.java194 return mServiceWatcher.runOnBinderBlocking(binder -> { in getStatus()
202 return mServiceWatcher.runOnBinderBlocking(binder -> { in getStatusUpdateTime()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java392 public final <T> T runOnBinderBlocking(BlockingBinderRunner<T> runner, T defaultValue) { in runOnBinderBlocking() method in ServiceWatcher
/frameworks/base/services/
Dart-profile1721 PLcom/android/server/ServiceWatcher;->lambda$runOnBinderBlocking$2$ServiceWatcher(Ljava/lang/Object…
1727 PLcom/android/server/ServiceWatcher;->runOnBinderBlocking(Lcom/android/server/ServiceWatcher$Blocki…