Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java60 public @interface ComponentType {} annotation in MediaButtonReceiverHolder
73 @ComponentType
143 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
282 @ComponentType
301 @ComponentType
/frameworks/base/services/core/java/com/android/server/pm/
DComputer.java226 @PackageManager.ComponentType int type); in isComponentVisibleToInstantApp()
243 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
246 @Nullable ComponentName component, @PackageManager.ComponentType int componentType, in shouldFilterApplication()
DComputerEngine.java2288 @Nullable ComponentName component, @PackageManager.ComponentType int type) { in isComponentVisibleToInstantApp()
2513 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall, in shouldFilterApplication()
2594 @PackageManager.ComponentType int componentType, int userId, boolean filterUninstall) { in shouldFilterApplication()
2606 @PackageManager.ComponentType int componentType, int userId) { in shouldFilterApplication()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java793 public @interface ComponentType {} annotation in PackageManager