Searched refs:apexSystemServices (Results 1 – 1 of 1) sorted by relevance
172 protected List<ParsedApexSystemService> apexSystemServices = emptyList(); field in PackageImpl510 this.apexSystemServices = CollectionUtils.add( in addApexSystemService()511 this.apexSystemServices, parsedApexSystemService); in addApexSystemService()876 return apexSystemServices; in getApexSystemServices()2791 apexSystemServices = Collections.unmodifiableList(apexSystemServices);3190 ParsingUtils.writeParcelableList(dest, this.apexSystemServices);3352 this.apexSystemServices = ParsingUtils.createTypedInterfaceList(in,