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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 82 IBinder.DeathRecipient deathRecipient; // Who is watching for the death.
314 if (deathRecipient != null && thread != null) {
315 thread.asBinder().unlinkToDeath(deathRecipient, 0);
317 deathRecipient = null;
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 71 final DeathRecipient mDeathRecipient;
309 DeathRecipient deathRecipient = new DeathRecipient();
317 c.asBinder().linkToDeath(deathRecipient, 0);
330 mDeathRecipient = deathRecipient;
    [all...]

Completed in 71 milliseconds