Home | History | Annotate | Download | only in app

Lines Matching defs:cn

6407             ComponentName cn = targetIntent.getComponent();
6408 if (cn == null) {
6409 cn = targetIntent.resolveActivity(pm);
6411 ActivityInfo info = pm.getActivityInfo(cn, 0);