Searched refs:EXTRA_SUBJECT (Results 1 – 13 of 13) sorted by relevance
233 a.putString(Intent.EXTRA_SUBJECT, "SubjectA"); in testSetDefaultMergeStrategy()237 b.putString(Intent.EXTRA_SUBJECT, "SubjectB"); in testSetDefaultMergeStrategy()241 assertEquals("SubjectA", ab.getString(Intent.EXTRA_SUBJECT)); in testSetDefaultMergeStrategy()245 assertEquals("SubjectB", ba.getString(Intent.EXTRA_SUBJECT)); in testSetDefaultMergeStrategy()297 a.putParcelable(Intent.EXTRA_SUBJECT, new ExplodingParcelable()); in testMerge_Parcelable_Custom()308 Intent.EXTRA_SUBJECT, Intent.EXTRA_STREAM), ab.keySet()); in testMerge_Parcelable_Custom()316 ab.getParcelable(Intent.EXTRA_SUBJECT, ExplodingParcelable.class); in testMerge_Parcelable_Custom()
57 assertThatIntent(wrappedIntent).extras().doesNotContainKey(Intent.EXTRA_SUBJECT) in testCreateShare()91 assertThatIntent(wrappedIntent).extras().string(Intent.EXTRA_SUBJECT).isEqualTo(subject) in testCreateShareWithSubject()115 assertThatIntent(wrappedIntent).extras().doesNotContainKey(Intent.EXTRA_SUBJECT) in testCreateShareWithText()
60 subject?.let { putExtra(Intent.EXTRA_SUBJECT, subject) } in createShare()
293 fillIn.putExtra(Intent.EXTRA_SUBJECT, getSubjectString(imageTime)); in createFillInIntent()
135 intent.putExtra(Intent.EXTRA_SUBJECT, subject); in getIntent()
301 intent.putExtra(Intent.EXTRA_SUBJECT, cat.getName()); in shareCat()
712 final String extrasSubject = extras.getString(Intent.EXTRA_SUBJECT); in assertActionSendMultiple()
1211 intent.putExtra(Intent.EXTRA_SUBJECT, subject); in buildSendIntent()
1325 .putExtra(Intent.EXTRA_SUBJECT, "Rejected touch " in makeStatusBarView()
5914 public static final String EXTRA_SUBJECT = "android.intent.extra.SUBJECT"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7781 field public static final java.lang.String EXTRA_SUBJECT = "android.intent.extra.SUBJECT";
11425 field public static final String EXTRA_SUBJECT = "android.intent.extra.SUBJECT";