Searched refs:serviceTypes (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
H A D | MDNSUtils.java | 124 @NonNull Set<String> serviceTypes) { in isSupportedServiceType() argument 126 for (String type : serviceTypes) { in isSupportedServiceType()
|
H A D | MDNSFilteredDiscovery.java | 90 @NonNull Set<String> serviceTypes, in MDNSFilteredDiscovery() argument 94 .checkCollectionNotEmpty(Preconditions.checkCollectionElementsNotNull(serviceTypes, in MDNSFilteredDiscovery()
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/ |
H A D | ServiceResolver.java | 47 …r(Context context, Observer observer, VendorInfo vendorInfo, String[] serviceTypes, String[] pdls)… in ServiceResolver() argument 50 mServiceType = serviceTypes; in ServiceResolver()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IProcessObserver.aidl | 22 void onForegroundServicesChanged(int pid, int uid, int serviceTypes); in onForegroundServicesChanged() argument
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
H A D | ServiceListener.java | 58 public ServiceListener(Context context, Observer observer, String[] serviceTypes) { in ServiceListener() argument 60 mServiceType = serviceTypes; in ServiceListener()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 115 public void onForegroundServicesChanged(int pid, int uid, int serviceTypes) { in onStart() 117 serviceTypes); in onStart() 147 private void handleForegroundServicesChanged(int pid, int uid, int serviceTypes) { in handleForegroundServicesChanged() argument 157 if ((serviceTypes & ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION) != 0) { in handleForegroundServicesChanged()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipTestBase.kt | 81 override fun onForegroundServicesChanged(pid: Int, uid: Int, serviceTypes: Int) {}
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | ActivityMonitor.java | 77 public void onForegroundServicesChanged(int pid, int uid, int serviceTypes) { }
|