Searched refs:appBinderObject (Results 1 – 1 of 1) sorted by relevance
506 private boolean registerForAppDeath(CallingInfo callingInfo, IBinder appBinderObject) { in registerForAppDeath() argument513 appBinderObject.linkToDeath(() -> onAppDeath(callingInfo), 0); in registerForAppDeath()514 mCallingInfosWithDeathRecipients.put(callingInfo, appBinderObject); in registerForAppDeath()