Home
last modified time | relevance | path

Searched refs:ComponentType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java60 public @interface ComponentType {} annotation in MediaButtonReceiverHolder
73 @ComponentType
143 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
282 @ComponentType
301 @ComponentType
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputer.java223 @PackageManager.ComponentType int type); in isComponentVisibleToInstantApp()
240 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
243 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
H A DComputerEngine.java2211 @Nullable ComponentName component, @PackageManager.ComponentType int type) { in isComponentVisibleToInstantApp()
2436 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall) { in shouldFilterApplication()
2509 @PackageManager.ComponentType int componentType, int userId) { in shouldFilterApplication()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java739 public @interface ComponentType {} annotation in PackageManager