Searched refs:apexSystemServices (Results 1 – 1 of 1) sorted by relevance
171 protected List<ParsedApexSystemService> apexSystemServices = emptyList(); field in PackageImpl501 this.apexSystemServices = CollectionUtils.add( in addApexSystemService()502 this.apexSystemServices, parsedApexSystemService); in addApexSystemService()855 return apexSystemServices; in getApexSystemServices()2734 apexSystemServices = Collections.unmodifiableList(apexSystemServices);3131 ParsingUtils.writeParcelableList(dest, this.apexSystemServices);3285 this.apexSystemServices = ParsingUtils.createTypedInterfaceList(in,