Home
last modified time | relevance | path

Searched refs:TelephonyRegistryDeathRecipient (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java156 TelephonyRegistryDeathRecipient deathRecipient;
619 private class TelephonyRegistryDeathRecipient implements IBinder.DeathRecipient { class in TelephonyRegistry
623 TelephonyRegistryDeathRecipient(IBinder binder) { in TelephonyRegistryDeathRecipient() method in TelephonyRegistry.TelephonyRegistryDeathRecipient
1540 r.deathRecipient = new TelephonyRegistryDeathRecipient(binder); in add()