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

/frameworks/base/core/java/android/app/
H A DLoadedApk.java941 IBinder.DeathRecipient deathMonitor; field in class:LoadedApk.ServiceDispatcher.ConnectionInfo
993 ci.binder.unlinkToDeath(ci.deathMonitor, 0);
1043 old.binder.unlinkToDeath(old.deathMonitor, 0);
1074 info.deathMonitor = new DeathMonitor(name, service);
1076 service.linkToDeath(info.deathMonitor, 0);
1091 old.binder.unlinkToDeath(old.deathMonitor, 0);

Completed in 56 milliseconds