Searched refs:ComponentType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaButtonReceiverHolder.java | 60 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/ |
D | Computer.java | 226 @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()
|
D | ComputerEngine.java | 2288 @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/ |
D | PackageManager.java | 793 public @interface ComponentType {} annotation in PackageManager
|