Home | History | Annotate | Download | only in app

Lines Matching refs:baseIntent

778         public Intent baseIntent;
783 * the baseIntent in this case is the name of the actual activity
847 if (baseIntent != null) {
849 baseIntent.writeToParcel(dest, 0);
873 baseIntent = source.readInt() > 0 ? Intent.CREATOR.createFromParcel(source) : null;