Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 25 of 31) sorted by relevance

12

/packages/services/Car/cpp/watchdog/server/src/
DAIBinderDeathRegistrationWrapper.cpp26 AIBinder_DeathRecipient* recipient, in linkToDeath()
31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DBinderKeyValueContainerTest.java106 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
115 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/apps/Contacts/src/com/android/contacts/compat/
DTelephonyThreadsCompat.java49 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()
80 private static long getOrCreateThreadIdInternal(Context context, String recipient) { in getOrCreateThreadIdInternal()
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java231 public abstract void linkToDeath(DeathRecipient recipient) throws RemoteException; in linkToDeath()
321 public abstract void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException; in linkToDeath()
328 public abstract void unlinkToDeath(IVehicleDeathRecipient recipient); in unlinkToDeath()
DAidlVehicleStub.java227 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
241 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
DHidlVehicleStub.java125 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
139 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessagesFilterTest.java70 String recipient = "test_originator"; in setRecipient() local
/packages/modules/Media/apex/framework/java/android/media/
DSession2Link.java91 public void linkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in linkToDeath()
104 public boolean unlinkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSendMessageAction.java149 final String recipient = recipients.get(0); in queueAction() local
209 final String recipient = actionParameters.getString(KEY_RECIPIENT); in doBackgroundWork() local
DInsertNewMessageAction.java350 final String recipient, final long timestamp, final String sendingConversationId) { in insertSendingSmsMessage()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java121 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathHidl() local
130 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathHidl() local
139 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathRemoteException() local
DAidlVehicleStubUnitTest.java170 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathAidl() local
179 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathRemoteException() local
187 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathAidl() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessagesFilter.java35 public String recipient = null; field in MessagesFilter
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSmsUtils.java164 public static long getOrCreateThreadId(final Context context, final String recipient) { in getOrCreateThreadId()
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp114 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in tryRegisterPipeRunner() local
DAidlClientImpl.cpp245 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in init() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemHelper.java267 final CharSequence recipient; in getNameOrNumber() local
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp156 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
161 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp865 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
870 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java1000 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
1009 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java1650 public void answer(IBinder.DeathRecipient recipient, int flags) { in answer()
1656 public boolean answer(IBinder.DeathRecipient recipient, int flags) { in answer()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java278 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath()
288 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
/packages/services/Car/service/jni/evs/
DEvsServiceContext.cpp126 AIBinder_DeathRecipient* recipient, in linkToDeath()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java103 final String recipient = participants.get(i).getNormalizedDestination(); in sanitizeConversationParticipants() local
126 final String recipient = participants.get(i).getNormalizedDestination(); in sanitizeConversationParticipants() local
189 final long threadId, final boolean senderBlocked, final ParticipantData recipient) { in getOrCreateConversationFromRecipient()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java889 public void setRecipient(VCard recipient) { in setRecipient()

12