Searched defs:deathMonitor (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DLoadedApk.java1044 IBinder.DeathRecipient deathMonitor; field in class:LoadedApk.ServiceDispatcher.ConnectionInfo
1095 ci.binder.unlinkToDeath(ci.deathMonitor, 0);
1145 old.binder.unlinkToDeath(old.deathMonitor, 0);
1176 info.deathMonitor = new DeathMonitor(name, service);
1178 service.linkToDeath(info.deathMonitor, 0);
1193 old.binder.unlinkToDeath(old.deathMonitor, 0);

Completed in 36 milliseconds