Home
last modified time | relevance | path

Searched defs:SendRequest (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DSendRequest.java40 class SendRequest extends MmsRequest { class
47 SendRequest(final String locationUrl, final Uri pduUri, final PendingIntent sentIntent) { in SendRequest() method in SendRequest
160 private SendRequest(Parcel in) { in SendRequest() method in SendRequest
/aosp12/bionic/libc/bionic/
H A Dbionic_netlink.cpp52 bool NetlinkConnection::SendRequest(int type) { in SendRequest() function in NetlinkConnection
/aosp12/system/nvram/hal/
H A Dtesting_nvram_implementation.cpp94 bool TestingNvramImplementation::SendRequest(const nvram::Request& request, in SendRequest() function in __anon0cb959ed0110::TestingNvramImplementation
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DSendRequest.java53 public class SendRequest extends MmsRequest { class
59 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl, in SendRequest() method in SendRequest
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp89 Status<void> SendRequest(const BorrowedHandle& socket_fd, in SendRequest() function
/aosp12/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java147 public @interface SendRequest {} annotation in CarrierMessagingService
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp334 bool SendRequest(int id, const std::string& path) { in SendRequest() function in SyncConnection