Lines Matching defs:child

446  * <p>If a child activity fails for any reason (such as crashing), the parent
796 /** Return the parent activity if this view is an embedded child. */
1640 * it should return either a mapping from child activity id strings to arbitrary objects,
1642 * set of child activities, such as ActivityGroup. The same guarantees and restrictions apply
2808 * This is called when a child activity of this one attempts to navigate up.
2811 * @param child The activity making the call.
2813 public boolean onNavigateUpFromChild(Activity child) {
3448 // TODO Consider clearing/flushing other event sources and events for child windows.
3472 throw new RuntimeException("Called be called from a child");
3762 * called from a child activity, a runtime exception will be thrown.
3871 * @param child The activity making the call.
3880 public void startActivityFromChild(Activity child, Intent intent,
3882 startActivityFromChild(child, intent, requestCode, null);
3886 * This is called when a child activity of this one calls its
3892 * @param child The activity making the call.
3904 public void startActivityFromChild(Activity child, Intent intent,
3908 this, mMainThread.getApplicationThread(), mToken, child,
3912 mToken, child.mEmbeddedID, requestCode,
3972 public void startIntentSenderFromChild(Activity child, IntentSender intent,
3976 startIntentSenderFromChild(child, intent, requestCode, fillInIntent,
3986 public void startIntentSenderFromChild(Activity child, IntentSender intent,
3991 flagsMask, flagsValues, child, options);
4259 * This is called when a child activity of this one calls its
4263 * @param child The activity making the call.
4267 public void finishFromChild(Activity child) {
4294 * This is called when a child activity of this one calls its
4297 * @param child The activity making the call.
4301 public void finishActivityFromChild(Activity child, int requestCode) {
4304 .finishSubActivity(mToken, child.mEmbeddedID, requestCode);
4323 * @param resultCode The integer result code returned by the child activity
5118 * This is called when a child activity of this one calls its
5122 * @param child The activity making the call.
5129 public boolean navigateUpToFromChild(Activity child, Intent upIntent) {