Home
last modified time | relevance | path

Searched refs:serviceTypes (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DMDNSUtils.java124 @NonNull Set<String> serviceTypes) { in isSupportedServiceType() argument
126 for (String type : serviceTypes) { in isSupportedServiceType()
H A DMDNSFilteredDiscovery.java90 @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 DServiceResolver.java47 …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 DIProcessObserver.aidl22 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 DServiceListener.java58 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 DMediaProjectionManagerService.java115 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 DTvPipTestBase.kt81 override fun onForegroundServicesChanged(pid: Int, uid: Int, serviceTypes: Int) {}
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DActivityMonitor.java77 public void onForegroundServicesChanged(int pid, int uid, int serviceTypes) { }