Home
last modified time | relevance | path

Searched refs:ServiceListener (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceRecommendationPlugin.java30 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Ob…
36 protected final ServiceListener mListener;
45 mListener = new ServiceListener(context, this, services); in ServiceRecommendationPlugin()
DServiceListener.java35 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/
DLocalBluetoothProfileManager.java56 public interface ServiceListener { interface in LocalBluetoothProfileManager
259 private final Collection<ServiceListener> mServiceListeners =
260 new ArrayList<ServiceListener>();
334 public void addServiceListener(ServiceListener l) { in addServiceListener()
339 public void removeServiceListener(ServiceListener l) { in removeServiceListener()
345 for (ServiceListener l : mServiceListeners) { in callServiceConnectedListeners()
352 for (ServiceListener listener : mServiceListeners) { in callServiceDisconnectedListeners()
DPbapServerProfile.java54 implements BluetoothPbap.ServiceListener {
DPanProfile.java53 implements BluetoothProfile.ServiceListener {
DLocalBluetoothAdapter.java94 BluetoothProfile.ServiceListener listener, int profile) { in getProfileProxy()
DHidProfile.java52 implements BluetoothProfile.ServiceListener {
DHfpClientProfile.java60 implements BluetoothProfile.ServiceListener {
DPbapClientProfile.java57 implements BluetoothProfile.ServiceListener {
DMapProfile.java60 implements BluetoothProfile.ServiceListener {
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java72 private ServiceListener mServiceListener;
93 public interface ServiceListener { interface in BluetoothPbap
144 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
DBluetoothProfile.java225 public interface ServiceListener { interface
DBluetoothAvrcpController.java85 private ServiceListener mServiceListener;
123 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) { in BluetoothAvrcpController()
DBluetoothPbapClient.java45 private ServiceListener mServiceListener;
94 BluetoothPbapClient(Context context, ServiceListener l) { in BluetoothPbapClient()
DBluetoothPan.java122 private ServiceListener mServiceListener;
131 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
DBluetoothSap.java72 private ServiceListener mServiceListener;
125 /*package*/ BluetoothSap(Context context, ServiceListener l) { in BluetoothSap()
DBluetoothMap.java44 private ServiceListener mServiceListener;
87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
DBluetoothA2dpSink.java127 private ServiceListener mServiceListener;
164 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) { in BluetoothA2dpSink()
DBluetoothMapClient.java64 private ServiceListener mServiceListener;
107 /*package*/ BluetoothMapClient(Context context, ServiceListener l) { in BluetoothMapClient()
DBluetoothInputHost.java115 private ServiceListener mServiceListener;
222 BluetoothInputHost(Context context, ServiceListener listener) { in BluetoothInputHost()
DBluetoothHealth.java464 private ServiceListener mServiceListener;
471 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
DBluetoothInputDevice.java204 private ServiceListener mServiceListener;
242 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarBatteryController.java23 import android.bluetooth.BluetoothProfile.ServiceListener;
264 private final ServiceListener mHfpServiceListener = new ServiceListener() {
DConnectedDeviceSignalController.java7 import android.bluetooth.BluetoothProfile.ServiceListener;
240 private final ServiceListener mHfpServiceListener = new ServiceListener() {
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java58 BluetoothProfile.ServiceListener mServiceListener;
70 mServiceListener = (BluetoothProfile.ServiceListener) invocation.getArguments()[1]; in setUp()

12