Searched refs:ParsedApexSystemService (Results 1 – 9 of 9) sorted by relevance
24 public interface ParsedApexSystemService { interface
36 public static ParseResult<ParsedApexSystemService> parseApexSystemService( in parseApexSystemService()
33 public class ParsedApexSystemServiceImpl implements ParsedApexSystemService, Parcelable {
51 import com.android.internal.pm.pkg.component.ParsedApexSystemService;715 List<ParsedApexSystemService> getApexSystemServices(); in getApexSystemServices()
37 import com.android.internal.pm.pkg.component.ParsedApexSystemService;65 ParsingPackage addApexSystemService(ParsedApexSystemService parsedApexSystemService); in addApexSystemService()
100 import com.android.internal.pm.pkg.component.ParsedApexSystemService;2284 ParseResult<ParsedApexSystemService> systemServiceResult =2288 ParsedApexSystemService systemService =
48 import com.android.internal.pm.pkg.component.ParsedApexSystemService;484 for (ParsedApexSystemService service : in notifyScanResultLocked()
86 import com.android.internal.pm.pkg.component.ParsedApexSystemService;718 final List<ParsedApexSystemService> systemServices = pkg.getApexSystemServices(); in testParseApexSystemService()719 for (ParsedApexSystemService systemService: systemServices) { in testParseApexSystemService()
59 import com.android.internal.pm.pkg.component.ParsedApexSystemService;172 protected List<ParsedApexSystemService> apexSystemServices = emptyList();509 ParsedApexSystemService parsedApexSystemService) { in addApexSystemService()875 public List<ParsedApexSystemService> getApexSystemServices() { in getApexSystemServices()