/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | ParsedServiceTest.kt | 19 import com.android.internal.pm.pkg.component.ParsedService 24 class ParsedServiceTest : ParsedMainComponentTest(ParsedService::class, ParsedServiceImpl::class) { 31 ParsedService::getForegroundServiceType, 32 ParsedService::getPermission,
|
/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
D | ComponentResolverApi.java | 30 import com.android.internal.pm.pkg.component.ParsedService; 51 ParsedService getService(@NonNull ComponentName component); in getService() 97 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices()
|
D | ComponentResolver.java | 55 import com.android.internal.pm.pkg.component.ParsedService; 387 ParsedService s = pkg.getServices().get(i); in addServicesLocked() 763 ParsedService s = pkg.getServices().get(i); in removeAllComponentsLocked() 1537 … extends MimeGroupsAwareIntentResolver<Pair<ParsedService, ParsedIntentInfo>, ResolveInfo> { 1568 String resolvedType, long flags, List<ParsedService> packageServices, int userId) { in queryIntentForPackage() 1575 ArrayList<Pair<ParsedService, ParsedIntentInfo>[]> listCut = in queryIntentForPackage() 1580 ParsedService service = packageServices.get(i); in queryIntentForPackage() 1583 Pair<ParsedService, ParsedIntentInfo>[] array = newArray(intentFilters.size()); in queryIntentForPackage() 1594 void addService(@NonNull Computer computer, ParsedService s) { in addService() 1616 void removeService(ParsedService s) { in removeService() [all …]
|
D | ComponentResolverBase.java | 35 import com.android.internal.pm.pkg.component.ParsedService; 114 public ParsedService getService(@NonNull ComponentName component) { in getService() 267 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices() 411 final Iterator<Pair<ParsedService, ParsedIntentInfo>> filterIterator = in dumpServicePermissions() 414 final Pair<ParsedService, ParsedIntentInfo> pair = filterIterator.next(); in dumpServicePermissions() 415 ParsedService service = pair.first; in dumpServicePermissions()
|
D | ComponentResolverLocked.java | 29 import com.android.internal.pm.pkg.component.ParsedService; 79 public ParsedService getService(@NonNull ComponentName component) { in getService() 180 @Nullable String resolvedType, long flags, @NonNull List<ParsedService> services, in queryServices()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedService.java | 23 public interface ParsedService extends ParsedMainComponent { interface
|
D | ParsedServiceImpl.java | 35 public class ParsedServiceImpl extends ParsedMainComponentImpl implements ParsedService,
|
D | ParsedServiceUtils.java | 50 public static ParseResult<ParsedService> parseService(String[] separateProcesses, in parseService()
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/ |
D | PackageStateTest.kt | 40 import com.android.internal.pm.pkg.component.ParsedService 94 ParsedService::getIntents, 95 ParsedService::getProperties,
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackage.java | 45 import com.android.internal.pm.pkg.component.ParsedService; 104 ParsingPackage addService(ParsedService parsedService); in addService() 482 List<ParsedService> getServices(); in getServices()
|
D | ParsingPackageUtils.java | 118 import com.android.internal.pm.pkg.component.ParsedService; 874 ParseResult<ParsedService> serviceResult = ParsedServiceUtils.parseService( 878 ParsedService service = serviceResult.getResult(); 2242 ParseResult<ParsedService> serviceResult = 2247 ParsedService service = serviceResult.getResult();
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
D | AndroidPackageUtils.java | 38 import com.android.internal.pm.pkg.component.ParsedService; 205 List<ParsedService> services = pkg.getServices(); in hasComponentClassName()
|
/frameworks/base/core/java/com/android/server/pm/pkg/ |
D | AndroidPackage.java | 59 import com.android.internal.pm.pkg.component.ParsedService; 1186 List<ParsedService> getServices(); in getServices()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageParserTest.java | 99 import com.android.internal.pm.pkg.component.ParsedService; 695 final List<ParsedService> services = pkg.getServices(); in testParseServiceProperties() 696 for (ParsedService service : services) { in testParseServiceProperties() 809 for (ParsedService service : pkg.getServices()) { in testNoComponentMetadataIsCoercedToNullForInfoObject() 1087 ParsedService a, in assertServicesEqual() 1089 ParsedService b in assertServicesEqual()
|
/frameworks/base/core/java/com/android/internal/pm/parsing/ |
D | PackageInfoCommonUtils.java | 59 import com.android.internal.pm.pkg.component.ParsedService; 261 final ParsedService s = pkg.getServices().get(i); in generate() 394 private static ServiceInfo generateServiceInfo(ParsedService s, in generateServiceInfo()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageInfoUtils.java | 68 import com.android.internal.pm.pkg.component.ParsedService; 313 final ParsedService s = pkg.getServices().get(i); in generateWithComponents() 622 public static ServiceInfo generateServiceInfo(AndroidPackage pkg, ParsedService s, in generateServiceInfo() 633 public static ServiceInfo generateServiceInfo(AndroidPackage pkg, ParsedService s, in generateServiceInfo()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ScanPackageUtils.java | 83 import com.android.internal.pm.pkg.component.ParsedService; 845 final ParsedService component = pkg.getServices().get(i); in configurePackageComponents()
|
D | ComputerEngine.java | 134 import com.android.internal.pm.pkg.component.ParsedService; 1830 ParsedService s = mComponentResolver.getService(component); in getServiceInfoBody() 2312 final ParsedService service = mComponentResolver.getService(component); in isComponentVisibleToInstantApp()
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | PackageImpl.java | 76 import com.android.internal.pm.pkg.component.ParsedService; 176 protected List<ParsedService> services = emptyList(); 668 public PackageImpl addService(ParsedService parsedService) { in addService() 1306 public List<ParsedService> getServices() { in getServices() 3061 ParsedService service = services.get(index);
|
/frameworks/base/services/ |
D | art-profile | 2334 …android/content/ComponentName;]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2756 …ParsedService;JLcom/android/server/pm/pkg/PackageUserStateInternal;Landroid/content/pm/Application… 2757 …/component/ParsedProviderImpl;]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2765 …/component/ParsedProviderImpl;]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2854 …ParsedService;)V+]Landroid/content/IntentFilter;Landroid/content/IntentFilter;]Lcom/android/intern… 2855 …/util/Pair;Ljava/util/List;)Z+]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2859 …/String;Landroid/util/Pair;)Z+]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2861 …omponent/ParsedIntentInfoImpl;]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2864 …/util/List;I)Ljava/util/List;+]Lcom/android/internal/pm/pkg/component/ParsedService;Lcom/android/i… 2875 …android/content/ComponentName;)Lcom/android/internal/pm/pkg/component/ParsedService;+]Landroid/uti…
|
D | art-wear-profile | 20299 …d/server/pm/pkg/AndroidPackage;Lcom/android/internal/pm/pkg/component/ParsedService;JLcom/android/… 20300 …d/server/pm/pkg/AndroidPackage;Lcom/android/internal/pm/pkg/component/ParsedService;JLcom/android/… 20711 …>addService(Lcom/android/server/pm/Computer;Lcom/android/internal/pm/pkg/component/ParsedService;)V 20750 …;->getService(Landroid/content/ComponentName;)Lcom/android/internal/pm/pkg/component/ParsedService;
|