Searched refs:IVehicleDeathRecipient (Results 1 – 9 of 9) sorted by relevance
308 public abstract void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException; in linkToDeath()315 public abstract void unlinkToDeath(IVehicleDeathRecipient recipient); in unlinkToDeath()
23 public interface IVehicleDeathRecipient interface
126 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()140 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
125 private static class VehicleDeathRecipient implements IVehicleDeathRecipient {
240 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()254 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
122 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathHidl()131 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathHidl()140 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathRemoteException()
169 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathAidl()178 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathRemoteException()186 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathAidl()
45 import com.android.car.IVehicleDeathRecipient;288 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()298 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
57 import com.android.car.IVehicleDeathRecipient;1677 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeath()1688 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnLinkToDeath()