Home
last modified time | relevance | path

Searched defs:runOnBinder (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java123 public synchronized void runOnBinder(BinderOperation operation) { in runOnBinder() method in ServiceWatcherImpl
238 void runOnBinder(BinderOperation operation) { in runOnBinder() method in ServiceWatcherImpl.MyServiceConnection
H A DServiceWatcher.java253 void runOnBinder(BinderOperation operation); in runOnBinder() method