HomeSort by relevance Sort by last modified time
    Searched refs:deathRecipient (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 93 IBinder.DeathRecipient deathRecipient; // Who is watching for the death.
372 if (deathRecipient != null && thread != null) {
373 thread.asBinder().unlinkToDeath(deathRecipient, 0);
375 deathRecipient = null;
ActivityManagerService.java 383 abstract class ForegroundToken implements IBinder.DeathRecipient {
847 private final class AppDeathRecipient implements IBinder.DeathRecipient {
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 79 final DeathRecipient mDeathRecipient;
280 DeathRecipient deathRecipient = new DeathRecipient();
287 c.asBinder().linkToDeath(deathRecipient, 0);
301 mDeathRecipient = deathRecipient;
    [all...]

Completed in 176 milliseconds