Home
last modified time | relevance | path

Searched refs:DeathMonitor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java208 private DeathMonitor mDeathMonitor;
889 mDeathMonitor = new DeathMonitor(); in linkToDeathMonitor()
945 private final class DeathMonitor implements IBinder.DeathRecipient { class in AsyncChannel
947 DeathMonitor() { in DeathMonitor() method in AsyncChannel.DeathMonitor
/frameworks/base/core/java/android/app/
DLoadedApk.java1918 info.deathMonitor = new DeathMonitor(name, service); in doConnected()
1992 private final class DeathMonitor implements IBinder.DeathRecipient class in ServiceDispatcher
1994 DeathMonitor(ComponentName name, IBinder service) { in DeathMonitor() method in ServiceDispatcher.DeathMonitor
/frameworks/base/config/
Dpreloaded-classes284 android.app.LoadedApk$ServiceDispatcher$DeathMonitor