Home | History | Annotate | Download | only in pm

Lines Matching refs:listCut

7300             ArrayList<PackageParser.ActivityIntentInfo[]> listCut =
7310 listCut.add(array);
7313 return super.queryIntentFromList(intent, resolvedType, defaultOnly, listCut, userId);
7524 ArrayList<PackageParser.ServiceIntentInfo[]> listCut =
7534 listCut.add(array);
7537 return super.queryIntentFromList(intent, resolvedType, defaultOnly, listCut, userId);
7742 ArrayList<PackageParser.ProviderIntentInfo[]> listCut =
7752 listCut.add(array);
7755 return super.queryIntentFromList(intent, resolvedType, defaultOnly, listCut, userId);