/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugReportApi.java | 95 public interface Body { interface in DebugReportApi 239 generateSourceDebugReportBody(source, Map.of(Body.LIMIT, String.valueOf(limit))), in scheduleSourceStorageLimitDebugReport() 392 body.put(Body.SOURCE_EVENT_ID, source.getEventId().toString()); in scheduleSourceDestinationLimitDebugReport() 393 body.put(Body.ATTRIBUTION_DESTINATION, generateSourceDestinations(source)); in scheduleSourceDestinationLimitDebugReport() 394 body.put(Body.SOURCE_SITE, generateSourceSite(source)); in scheduleSourceDestinationLimitDebugReport() 395 body.put(Body.LIMIT, limit); in scheduleSourceDestinationLimitDebugReport() 398 body.put(Body.SOURCE_DEBUG_KEY, source.getDebugKey()); in scheduleSourceDestinationLimitDebugReport() 423 body.put(Body.CONTEXT_SITE, registrationUri); in scheduleHeaderErrorReport() 424 body.put(Body.HEADER, headerName); in scheduleHeaderErrorReport() 425 body.put(Body.VALUE, originalHeader); in scheduleHeaderErrorReport() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | MimeBodyPart.java | 18 import com.android.voicemail.impl.mail.Body; 32 protected Body body; 44 public MimeBodyPart(Body body) throws MessagingException { in MimeBodyPart() 48 public MimeBodyPart(Body body, String mimeType) throws MessagingException { in MimeBodyPart() 80 public Body getBody() throws MessagingException { in getBody() 85 public void setBody(Body body) throws MessagingException { in setBody()
|
D | TextBody.java | 19 import com.android.voicemail.impl.mail.Body; 27 public class TextBody implements Body {
|
D | BinaryTempFileBody.java | 20 import com.android.voicemail.impl.mail.Body; 38 public class BinaryTempFileBody implements Body {
|
D | MimeMessage.java | 22 import com.android.voicemail.impl.mail.Body; 68 private Body body; 408 public Body getBody() throws MessagingException { in getBody() 413 public void setBody(Body body) throws MessagingException { in setBody() 626 final Body body = MimeUtility.decodeBody(in, bd.getTransferEncoding()); in body()
|
D | MimeUtility.java | 23 import com.android.voicemail.impl.mail.Body; 325 public static Body decodeBody(InputStream in, String contentTransferEncoding) throws IOException { in decodeBody()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | Part.java | 28 public Body getBody() throws MessagingException; in getBody() 48 public void setBody(Body body) throws MessagingException; in setBody()
|
D | Body.java | 22 public interface Body { interface
|
D | Base64Body.java | 25 public class Base64Body implements Body {
|
D | Multipart.java | 20 public abstract class Multipart implements Body {
|
D | Message.java | 23 public abstract class Message implements Part, Body {
|
/packages/modules/AdServices/adservices/apk/assets/classifier/ |
D | topic_id_to_name.csv | 102 10101 /Beauty & Fitness/Body Art 103 10102 /Beauty & Fitness/Face & Body Care 104 10103 /Beauty & Fitness/Face & Body Care/Antiperspirants, Deodorants & Body Sprays 105 10104 /Beauty & Fitness/Face & Body Care/Bath & Body Products 106 10105 /Beauty & Fitness/Face & Body Care/Clean Beauty 107 10106 /Beauty & Fitness/Face & Body Care/Make-Up & Cosmetics 108 10107 /Beauty & Fitness/Face & Body Care/Nail Care Products 109 10108 /Beauty & Fitness/Face & Body Care/Perfumes & Fragrances 110 10109 /Beauty & Fitness/Face & Body Care/Razors & Shavers
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | README | 29 Body fields are allowed to not be byte aligned. 35 - Can't handle size for Body type fields yet since they might not be byte aligned.
|
D | language_y.yy | 489 DEBUG() << "Body field\n"; 628 DEBUG() << "Body field\n";
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.h | 832 struct Body { struct 833 virtual ~Body() {} in ~Body() argument 848 struct SimpleBody : Body { argument 872 struct CompoundBody : Body { 973 Body* mBody = nullptr;
|
/packages/modules/Virtualization/microdroid/payload/ |
D | README.md | 34 | 4 | L | Body. A protobuf message. [schema](metadata.proto) |
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 37 import com.android.voicemail.impl.mail.Body; 684 private byte[] getDataFromBody(Body body) throws IOException, MessagingException { in getDataFromBody()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 27 import com.android.voicemail.impl.mail.Body; 430 private static Body decodeBody( in decodeBody()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | DebugReportApiTest.java | 438 Map.of(DebugReportApi.Body.LIMIT, LIMIT)); in scheduleSourceDestinationLimitDebugReport_success() 467 Map.of(DebugReportApi.Body.LIMIT, LIMIT)); in scheduleSourceDestinationRateLimitDebugReport_success() 752 Map.of(DebugReportApi.Body.LIMIT, LIMIT)); in testScheduleSourceStorageLimitDebugReport_success() 4084 actualReportBody.getString(DebugReportApi.Body.SOURCE_EVENT_ID)); in assertSourceDebugReportParameters() 4087 actualReportBody.getString(DebugReportApi.Body.ATTRIBUTION_DESTINATION)); in assertSourceDebugReportParameters() 4090 actualReportBody.getString(DebugReportApi.Body.SOURCE_SITE)); in assertSourceDebugReportParameters()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 318 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)); in storeSource()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunnerTest.java | 4894 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)), in storeSource_withSourceDestinationReplacedAsFifo_addDestinationLimitToDebugReport()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|