/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ListWithMailMessages.java | 77 public MailMessage(String subject, String body) { in MailMessage() argument 78 this(subject, body, false); in MailMessage() 82 public MailMessage(String subject, String body, boolean focusable) { in MailMessage() argument 83 mSubject = subject; in MailMessage() 92 public void setSubject(String subject) { in setSubject() argument 93 this.mSubject = subject; in setSubject() 135 TextView subject = (TextView) messageUi.findViewById(R.id.subject); in getView() local 136 subject.setText(message.getSubject()); in getView()
|
/frameworks/opt/telephony/src/java/android/provider/ |
D | Telephony.java | 340 Uri uri, String address, String body, String subject, in addMessageToUri() argument 343 resolver, uri, address, body, subject, date, read, deliveryReport, -1L); in addMessageToUri() 362 Uri uri, String address, String body, String subject, in addMessageToUri() argument 364 return addMessageToUri(subId, resolver, uri, address, body, subject, in addMessageToUri() 384 Uri uri, String address, String body, String subject, in addMessageToUri() argument 387 resolver, uri, address, body, subject, in addMessageToUri() 408 Uri uri, String address, String body, String subject, in addMessageToUri() argument 419 values.put(SUBJECT, subject); in addMessageToUri() 524 String address, String body, String subject, Long date, in addMessage() argument 527 resolver, CONTENT_URI, address, body, subject, date, read, false); in addMessage() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | Watchdog.java | 353 final String subject; in run() local 412 subject = describeCheckersLocked(blockedCheckers); in run() 419 EventLog.writeEvent(EventLogTags.WATCHDOG, subject); in run() 449 subject, null, stack, null); in run() 466 int res = controller.systemNotResponding(subject); in run() 487 Slog.w(TAG, "*** WATCHDOG KILLING SYSTEM PROCESS: " + subject); in run()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyPairGeneratorSpec.java | 376 public Builder setSubject(@NonNull X500Principal subject) { in setSubject() argument 377 if (subject == null) { in setSubject() 380 mSubjectDN = subject; in setSubject()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyGenParameterSpec.java | 736 public Builder setCertificateSubject(@NonNull X500Principal subject) { in setCertificateSubject() argument 737 if (subject == null) { in setCertificateSubject() 740 mCertificateSubject = subject; in setCertificateSubject()
|
D | AndroidKeyStoreKeyPairGeneratorSpi.java | 692 X509Principal subject = in generateSelfSignedCertificateWithFakeSignature() local 694 tbsGenerator.setSubject(subject); in generateSelfSignedCertificateWithFakeSignature() 695 tbsGenerator.setIssuer(subject); in generateSelfSignedCertificateWithFakeSignature()
|
/frameworks/native/vulkan/api/ |
D | platform.api | 8 // permit persons to whom the Materials are furnished to do so, subject to
|
/frameworks/base/docs/html/tv/adt-1/ |
D | regulatory.jd | 39 <p>This device complies with part 15 of the FCC Rules. Operation is subject to the following two 46 subject to the following two conditions: (1) this device may not cause interference, and (2) this
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | ShareCompat.java | 638 public IntentBuilder setSubject(String subject) { in setSubject() argument 639 mIntent.putExtra(Intent.EXTRA_SUBJECT, subject); in setSubject()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 7 is subject to the agreements indicated below.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 7 is subject to the agreements indicated below.
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 21 so, subject to the following conditions:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 7 is subject to the agreements indicated below.
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 95 the command asks for the subject, which contains the server name information, 99 $ openssl s_client -connect wikipedia.org:443 | openssl x509 -noout -subject -issuer 100 <b>subject=</b> /serialNumber=sOrr2rKpMVP70Z6E9BT5reY008SJEdYv/C=US/O=*.wikipedia.org/OU=GT03314600… 359 configured with a certificate that does not have a subject or subject alternative name fields 363 s_client -connect google.com:443 | openssl x509 -text} you can see that a subject 364 that supports <em>*.google.com</em> but also subject alternative names for <em>*.youtube.com</em>,
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/ |
D | ESTHandler.java | 476 X500Principal subject = new X500Principal("CN=Android, O=Google, C=US"); in buildCSR() local 497 return new PKCS10CertificationRequest(sigAlgo, subject, kp.getPublic(), in buildCSR()
|
/frameworks/base/docs/html/ |
D | legal.jd | 62 <p>Your use of this site is subject to <a href="http://www.google.com/policies/">Google's Privacy 120 href="http://developer.android.com">developer.android.com</a> are subject to their own terms, as
|
/frameworks/base/docs/html/wear/preview/ |
D | license.jd | 7 As described below, please note that this is a preview version of the Android Wear SDK, subject to … 16 …w library files, if and when they are made available) is licensed to you subject to the terms of t… 84 …use of such third party applications, data, content, or resources may be subject to separate terms… 90 …r persons or companies on their behalf). Your use of any such API may be subject to additional Ter…
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | PduPersister.java | 1045 EncodedStringValue subject = sendReq.getSubject(); in updateHeaders() local 1046 if (subject != null) { in updateHeaders() 1047 values.put(Mms.SUBJECT, toIsoString(subject.getTextString())); in updateHeaders() 1048 values.put(Mms.SUBJECT_CHARSET, subject.getCharacterSet()); in updateHeaders()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1432 public void addRule(int verb, int subject) { in addRule() argument 1436 && mInitialRules[verb] != 0 && subject == 0) { in addRule() 1440 mRules[verb] = subject; in addRule() 1441 mInitialRules[verb] = subject; in addRule()
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1053 and include email details such as the recipient and subject using the extra keys listed below.</p> 1082 <dd>A string with the email subject.</dd> 1097 public void composeEmail(String[] addresses, String subject, Uri attachment) { 1101 intent.putExtra(Intent.EXTRA_SUBJECT, subject); 1114 public void composeEmail(String[] addresses, String subject) { 1118 intent.putExtra(Intent.EXTRA_SUBJECT, subject); 1850 {@code ACTION_CREATE_NOTE}</a> action and specify note details such as the subject and text using e… 1875 <dd>A string indicating the title or subject of the note.</dd> 1885 public void createNote(String subject, String text) { 1887 .putExtra(NoteIntents.EXTRA_NAME, subject) [all …]
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 97 android:hint="@string/subject" />
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 1594 final String subject = sms.getPseudoSubject(); in parseSmsMessage() local 1595 if (!TextUtils.isEmpty(subject)) { in parseSmsMessage() 1596 values.put(Telephony.Sms.Inbox.SUBJECT, subject); in parseSmsMessage()
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | sending.jd | 111 emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Email subject");
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | about.jd | 21 Teachers can search for approved apps by grade, subject and standard,
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | sending.jd | 111 emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Email subject");
|