Home | History | Annotate | Download | only in app

Lines Matching refs:baseIntent

442         public Intent baseIntent;
447 * the baseIntent in this case is the name of the actual activity
467 if (baseIntent != null) {
469 baseIntent.writeToParcel(dest, 0);
482 baseIntent = Intent.CREATOR.createFromParcel(source);
484 baseIntent = null;