Searched defs:newIntent (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/fragment/tests/java/android/support/v4/app/test/
H A DNewIntentActivity.java27 public final CountDownLatch newIntent = new CountDownLatch(1); field in class:NewIntentActivity
50 newIntent.countDown();
/frameworks/base/core/java/android/content/
H A DClipData.java62 * {@link #newIntent(CharSequence, Intent)}.
770 static public ClipData newIntent(CharSequence label, Intent intent) { method in class:ClipData
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java255 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { argument
256 intent = newIntent;
257 targetComp = newIntent.getComponent();
/frameworks/base/core/java/android/app/
H A DActivity.java874 * @param newIntent The new Intent object to return from getIntent
879 public void setIntent(Intent newIntent) { argument
880 mIntent = newIntent;

Completed in 1713 milliseconds