/packages/services/Car/cpp/watchdog/server/src/ |
D | AIBinderDeathRegistrationWrapper.cpp | 26 AIBinder_DeathRecipient* recipient, in linkToDeath() 31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | AIBinderDeathRegistrationWrapper.cpp | 26 AIBinder_DeathRecipient* recipient, in linkToDeath() 31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MessagesFilterTest.java | 73 String recipient = "test_originator"; in setRecipient() local 88 String recipient = "test_recipient"; in testBuilder() local
|
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/ |
D | BinderKeyValueContainerTest.java | 106 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/ |
D | TelephonyThreadsCompat.java | 49 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId() 80 private static long getOrCreateThreadIdInternal(Context context, String recipient) { in getOrCreateThreadIdInternal()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ |
D | MessagesFilter.java | 36 public String recipient = null; field in MessagesFilter 160 public Builder setRecipient(String recipient) { in setRecipient()
|
/packages/services/Car/service/src/com/android/car/ |
D | VehicleStub.java | 214 public abstract void linkToDeath(DeathRecipient recipient) throws RemoteException; in linkToDeath() 304 public abstract void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException; in linkToDeath() 311 public abstract void unlinkToDeath(IVehicleDeathRecipient recipient); in unlinkToDeath()
|
D | HidlVehicleStub.java | 126 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath() 140 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | Session2Link.java | 91 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/ |
D | SendMessageAction.java | 149 final String recipient = recipients.get(0); in queueAction() local 209 final String recipient = actionParameters.getString(KEY_RECIPIENT); in doBackgroundWork() local
|
D | InsertNewMessageAction.java | 350 final String recipient, final long timestamp, final String sendingConversationId) { in insertSendingSmsMessage()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | HidlVehicleStubUnitTest.java | 119 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testLinkToDeathHidl() local 128 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathHidl() local 137 IVehicleDeathRecipient recipient = mock(IVehicleDeathRecipient.class); in testUnlinkToDeathRemoteException() local
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsSmsUtils.java | 164 public static long getOrCreateThreadId(final Context context, final String recipient) { in getOrCreateThreadId()
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | AidlClient.cpp | 114 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in tryRegisterPipeRunner() local
|
D | AidlClientImpl.cpp | 245 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in init() local
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | VehicleStubWrapper.java | 485 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath() 495 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogListItemHelper.java | 267 final CharSequence recipient; in getNameOrNumber() local
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 237 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath() 242 AIBinder_DeathRecipient* recipient, AIBinder_DeathRecipient_onBinderUnlinked onUnlinked) { in setOnUnlinked() 247 AIBinder_DeathRecipient* recipient) { in deleteDeathRecipient()
|
/packages/services/Car/cpp/power/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 382 .WillByDefault(Invoke([this](AIBinder_DeathRecipient* recipient) { in MockLinkUnlinkImpl() 415 [this](AIBinder*, AIBinder_DeathRecipient* recipient, void* cookie) { in expectLinkToDeathStatus() 444 AIBinder_DeathRecipient_onBinderUnlinked getOnUnlinked(AIBinder_DeathRecipient* recipient) { in getOnUnlinked()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/ |
D | CarOccupantConnectionServiceTest.java | 1000 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() 1009 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/packages/services/Car/service/jni/evs/ |
D | EvsServiceContext.cpp | 127 AIBinder_DeathRecipient* recipient, in linkToDeath()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttServiceImplTest.java | 1722 public void answer(IBinder.DeathRecipient recipient, int flags) { in answer() 1728 public boolean answer(IBinder.DeathRecipient recipient, int flags) { in answer()
|
/packages/services/Car/cpp/power/server/src/ |
D | CarPowerPolicyServer.cpp | 1987 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath() 1992 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath() 1997 AIBinder_DeathRecipient* recipient, AIBinder_DeathRecipient_onBinderUnlinked onUnlinked) { in setOnUnlinked() 2002 AIBinder_DeathRecipient* recipient) { in deleteDeathRecipient()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 103 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/services/Car/cpp/vhal/client/test/ |
D | AidlVhalClientTest.cpp | 274 [[maybe_unused]] AIBinder_DeathRecipient* recipient, in linkToDeath() 281 void deleteDeathRecipient(AIBinder_DeathRecipient* recipient) override { in deleteDeathRecipient() 294 void setOnUnlinked([[maybe_unused]] AIBinder_DeathRecipient* recipient, in setOnUnlinked()
|