| /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/tests/carservice_unit_test/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/services/Car/service/src/com/android/car/ |
| D | VehicleStub.java | 231 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()
|
| D | AidlVehicleStub.java | 227 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath() 241 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
|
| D | HidlVehicleStub.java | 125 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/ |
| D | MessagesFilterTest.java | 70 String recipient = "test_originator"; in setRecipient() local
|
| /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 | 121 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
|
| D | AidlVehicleStubUnitTest.java | 170 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/ |
| D | MessagesFilter.java | 35 public String recipient = null; field in MessagesFilter
|
| /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/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 | 156 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/ |
| D | CarPowerPolicyServer.cpp | 865 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/ |
| D | CarOccupantConnectionServiceTest.java | 1000 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/ |
| D | RttServiceImplTest.java | 1650 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/ |
| D | FakeVehicleStub.java | 278 public void linkToDeath(IVehicleDeathRecipient recipient) throws IllegalStateException { in linkToDeath() 288 public void unlinkToDeath(IVehicleDeathRecipient recipient) { in unlinkToDeath()
|
| /packages/services/Car/service/jni/evs/ |
| D | EvsServiceContext.cpp | 126 AIBinder_DeathRecipient* recipient, in linkToDeath()
|
| /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/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
| D | BluetoothMapbMessage.java | 889 public void setRecipient(VCard recipient) { in setRecipient()
|