Searched defs:listCut (Results 1 – 2 of 2) sorted by relevance
1106 ArrayList<PackageParser.ActivityIntentInfo[]> listCut = new ArrayList<>(activitiesSize); in queryIntentForPackage() local1387 ArrayList<PackageParser.ProviderIntentInfo[]> listCut = new ArrayList<>(providersSize); in queryIntentForPackage() local1616 ArrayList<PackageParser.ServiceIntentInfo[]> listCut = new ArrayList<>(servicesSize); in queryIntentForPackage() local
380 ArrayList<F[]> listCut, int userId) { in queryIntentFromList()