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

  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 105 IBinder.DeathRecipient deathRecipient; // Who is watching for the death.
455 if (deathRecipient != null && thread != null) {
456 thread.asBinder().unlinkToDeath(deathRecipient, 0);
458 deathRecipient = null;
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 88 final DeathRecipient mDeathRecipient;
334 DeathRecipient deathRecipient = new DeathRecipient();
341 c.asBinder().linkToDeath(deathRecipient, 0);
355 mDeathRecipient = deathRecipient;
    [all...]

Completed in 463 milliseconds