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()
610 for (ParsedApexSystemService systemService: systemServices) { in testParseApexSystemService()611 assertEquals(PACKAGE_NAME + ".SystemService", systemService.getName()); in testParseApexSystemService()612 assertEquals("service-test.jar", systemService.getJarPath()); in testParseApexSystemService()613 assertEquals("30", systemService.getMinSdkVersion()); in testParseApexSystemService()614 assertEquals("31", systemService.getMaxSdkVersion()); in testParseApexSystemService()
2156 ParsedApexSystemService systemService = in parseBaseApplication() local2158 pkg.addApexSystemService(systemService); in parseBaseApplication()
12064 boolean systemService = false;12074 systemService = (applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;12078 if (!systemService && !permittedList.contains(enabledPackage)) {