Home | History | Annotate | Download | only in app

Lines Matching defs:ii

824                     final Intent ii = initialIntents[i];
825 if (ii == null) {
835 final ComponentName cn = ii.getComponent();
838 ai = pm.getActivityInfo(ii.getComponent(), 0);
846 ri = pm.resolveActivity(ii, PackageManager.MATCH_DEFAULT_ONLY);
850 Log.w(TAG, "No activity found for " + ii);
855 if (ii instanceof LabeledIntent) {
856 LabeledIntent li = (LabeledIntent)ii;
867 mCallerTargets.add(new DisplayResolveInfo(ii, ri,
868 ri.loadLabel(pm), null, ii));