Home | History | Annotate | Download | only in server

Lines Matching defs:recipient

412                     final InternalDeathRecipient recipient =
415 if (recipient == null) {
417 Slog.w(TAG, "Didn't create a death recipient.");
432 recipient.mScLocale, recipient.mScListener, bundle);
759 recipient = null;
769 recipient = new InternalDeathRecipient(
771 scListener.asBinder().linkToDeath(recipient, 0);
772 mListeners.add(recipient);
778 return recipient;