/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
H A D | ServiceRecommendationPlugin.java | 31 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Ob… 37 protected final ServiceListener mListener; 46 mListener = new ServiceListener(context, this, services); in ServiceRecommendationPlugin()
|
H A D | ServiceListener.java | 38 public class ServiceListener implements ServiceResolveQueue.ResolveCallback { class 58 public ServiceListener(Context context, Observer observer, String[] serviceTypes) { in ServiceListener() method in ServiceListener 174 mResolveQueue.queueRequest(nsdServiceInfo, ServiceListener.this); in start() 179 mResolveQueue.removeRequest(nsdServiceInfo, ServiceListener.this); in start()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/ |
H A D | ShadowBluetoothAdapter.java | 39 private BluetoothProfile.ServiceListener mServiceListener; 43 protected boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy() 49 public BluetoothProfile.ServiceListener getServiceListener() { in getServiceListener()
|
/aosp14/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
H A D | ServiceWatcher.java | 82 interface ServiceListener<TBoundServiceInfo extends BoundServiceInfo> { interface 211 @Nullable ServiceListener<? super TBoundServiceInfo> serviceListener) { in create() 223 @Nullable ServiceListener<? super TBoundServiceInfo> serviceListener) { in create()
|
H A D | ServiceWatcherImpl.java | 62 final @Nullable ServiceListener<? super TBoundServiceInfo> mServiceListener; 83 ServiceListener<? super TBoundServiceInfo> serviceListener) { in ServiceWatcherImpl()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfileManager.java | 72 public interface ServiceListener { interface in LocalBluetoothProfileManager 296 private final Collection<ServiceListener> mServiceListeners = 297 new CopyOnWriteArrayList<ServiceListener>(); 466 public void addServiceListener(ServiceListener l) { in addServiceListener() 471 public void removeServiceListener(ServiceListener l) { in removeServiceListener() 477 final Collection<ServiceListener> listeners = new ArrayList<>(mServiceListeners); in callServiceConnectedListeners() 479 for (ServiceListener l : listeners) { in callServiceConnectedListeners() 486 final Collection<ServiceListener> listeners = new ArrayList<>(mServiceListeners); in callServiceDisconnectedListeners() 488 for (ServiceListener listener : listeners) { in callServiceDisconnectedListeners()
|
H A D | LocalBluetoothLeBroadcastAssistant.java | 31 import android.bluetooth.BluetoothProfile.ServiceListener; 66 private final ServiceListener mServiceListener = new ServiceListener() {
|
H A D | PbapServerProfile.java | 58 implements BluetoothProfile.ServiceListener {
|
H A D | LocalBluetoothLeBroadcast.java | 33 import android.bluetooth.BluetoothProfile.ServiceListener; 99 private final ServiceListener mServiceListener = new ServiceListener() {
|
H A D | HidDeviceProfile.java | 60 implements BluetoothProfile.ServiceListener {
|
H A D | PanProfile.java | 55 implements BluetoothProfile.ServiceListener {
|
H A D | VolumeControlProfile.java | 55 implements BluetoothProfile.ServiceListener {
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | HardwareActivityRecognitionProxy.java | 31 import com.android.server.servicewatcher.ServiceWatcher.ServiceListener; 36 public class HardwareActivityRecognitionProxy implements ServiceListener<BoundServiceInfo> {
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceProxy.java | 35 import com.android.server.servicewatcher.ServiceWatcher.ServiceListener; 42 public final class GeofenceProxy implements ServiceListener<BoundServiceInfo> {
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | RealLocationTimeZoneProviderProxy.java | 36 import com.android.server.servicewatcher.ServiceWatcher.ServiceListener; 48 ServiceListener<BoundServiceInfo> {
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | HidDeviceProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | MapClientProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | A2dpSinkProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | HfpClientProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | PbapClientProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | SapProfileTest.java | 52 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | HeadsetProfileTest.java | 40 private BluetoothProfile.ServiceListener mServiceListener;
|
H A D | HearingAidProfileTest.java | 56 private BluetoothProfile.ServiceListener mServiceListener;
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/ |
H A D | ProxyLocationProvider.java | 44 import com.android.server.servicewatcher.ServiceWatcher.ServiceListener; 57 ServiceListener<BoundServiceInfo> {
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | BluetoothProfileMonitor.java | 122 private final class ProfileListener implements BluetoothProfile.ServiceListener {
|