/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/ |
D | ServiceRecommendationPlugin.java | 26 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Ob… 32 protected final ServiceListener mListener; 41 mListener = new ServiceListener(context, this, services); in ServiceRecommendationPlugin()
|
D | ServiceListener.java | 35 public class ServiceListener implements ServiceResolveQueue.ResolveCallback { class 50 public ServiceListener(Context context, Observer observer, String[] serviceTypes) { in ServiceListener() method in ServiceListener 157 mResolveQueue.queueRequest(nsdServiceInfo, ServiceListener.this); in start() 162 mResolveQueue.removeRequest(nsdServiceInfo, ServiceListener.this); in start()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
D | ServiceRecommendationPlugin.java | 26 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Ob… 32 protected final ServiceListener mListener; 41 mListener = new ServiceListener(context, this, services); in ServiceRecommendationPlugin()
|
D | ServiceListener.java | 35 public class ServiceListener implements ServiceResolveQueue.ResolveCallback { class 50 public ServiceListener(Context context, Observer observer, String[] serviceTypes) { in ServiceListener() method in ServiceListener 157 mResolveQueue.queueRequest(nsdServiceInfo, ServiceListener.this); in start() 162 mResolveQueue.removeRequest(nsdServiceInfo, ServiceListener.this); in start()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 55 public interface ServiceListener { interface in LocalBluetoothProfileManager 233 private final Collection<ServiceListener> mServiceListeners = 234 new ArrayList<ServiceListener>(); 308 public void addServiceListener(ServiceListener l) { in addServiceListener() 313 public void removeServiceListener(ServiceListener l) { in removeServiceListener() 319 for (ServiceListener l : mServiceListeners) { in callServiceConnectedListeners() 326 for (ServiceListener listener : mServiceListeners) { in callServiceDisconnectedListeners()
|
D | PbapServerProfile.java | 54 implements BluetoothPbap.ServiceListener {
|
D | LocalBluetoothAdapter.java | 94 BluetoothProfile.ServiceListener listener, int profile) { in getProfileProxy()
|
D | PanProfile.java | 53 implements BluetoothProfile.ServiceListener {
|
D | HidProfile.java | 52 implements BluetoothProfile.ServiceListener {
|
D | A2dpSinkProfile.java | 57 implements BluetoothProfile.ServiceListener {
|
D | HfpClientProfile.java | 60 implements BluetoothProfile.ServiceListener {
|
D | MapProfile.java | 60 implements BluetoothProfile.ServiceListener {
|
D | SapProfile.java | 59 implements BluetoothProfile.ServiceListener {
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothPbap.java | 72 private ServiceListener mServiceListener; 93 public interface ServiceListener { interface in BluetoothPbap 144 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
|
D | BluetoothProfile.java | 212 public interface ServiceListener { interface
|
D | BluetoothPan.java | 121 private ServiceListener mServiceListener; 130 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
|
D | BluetoothPbapClient.java | 44 private ServiceListener mServiceListener; 93 BluetoothPbapClient(Context context, ServiceListener l) { in BluetoothPbapClient()
|
D | BluetoothA2dpSink.java | 126 private ServiceListener mServiceListener; 163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) { in BluetoothA2dpSink()
|
D | BluetoothAvrcpController.java | 125 private ServiceListener mServiceListener; 163 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) { in BluetoothAvrcpController()
|
D | BluetoothMap.java | 44 private ServiceListener mServiceListener; 87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
|
D | BluetoothSap.java | 71 private ServiceListener mServiceListener; 124 /*package*/ BluetoothSap(Context context, ServiceListener l) { in BluetoothSap()
|
D | BluetoothA2dp.java | 116 private ServiceListener mServiceListener; 153 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp()
|
D | BluetoothHealth.java | 463 private ServiceListener mServiceListener; 470 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
|
D | BluetoothInputDevice.java | 203 private ServiceListener mServiceListener; 241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
D | CarBatteryController.java | 23 import android.bluetooth.BluetoothProfile.ServiceListener; 260 private final ServiceListener mHfpServiceListener = new ServiceListener() {
|