Searched refs:systemService (Results 1 – 4 of 4) sorted by relevance
39 final ParsedApexSystemServiceImpl systemService = in parseApexSystemService() local58 systemService.setName(className) in parseApexSystemService()64 systemService.setJarPath(jarPath); in parseApexSystemService()67 return input.success(systemService); in parseApexSystemService()
719 for (ParsedApexSystemService systemService: systemServices) { in testParseApexSystemService()720 assertEquals(PACKAGE_NAME + ".SystemService", systemService.getName()); in testParseApexSystemService()721 assertEquals("service-test.jar", systemService.getJarPath()); in testParseApexSystemService()722 assertEquals("30", systemService.getMinSdkVersion()); in testParseApexSystemService()723 assertEquals("31", systemService.getMaxSdkVersion()); in testParseApexSystemService()
2288 ParsedApexSystemService systemService =2290 pkg.addApexSystemService(systemService);
12067 boolean systemService = false;12077 systemService = (applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;12081 if (!systemService && !permittedList.contains(enabledPackage)) {