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 94 IBinder.DeathRecipient deathRecipient; // Who is watching for the death.
375 if (deathRecipient != null && thread != null) {
376 thread.asBinder().unlinkToDeath(deathRecipient, 0);
378 deathRecipient = null;
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 90 final DeathRecipient mDeathRecipient;
331 DeathRecipient deathRecipient = new DeathRecipient();
338 c.asBinder().linkToDeath(deathRecipient, 0);
352 mDeathRecipient = deathRecipient;
    [all...]

Completed in 209 milliseconds