HomeSort by relevance Sort by last modified time
    Searched refs:ServiceListener (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/jmdns/src/javax/jmdns/
ServiceListener.java 14 public interface ServiceListener extends EventListener {
JmDNS.java 212 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
229 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
235 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
247 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
261 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
273 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
280 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
312 public abstract void addServiceListener(String type, ServiceListener listener);
322 public abstract void removeServiceListener(String type, ServiceListener listener)
    [all...]
JmmDNS.java 187 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
205 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
212 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
223 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
230 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
236 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
249 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
289 * @see javax.jmdns.JmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
291 public abstract void addServiceListener(String type, ServiceListener listener)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothAdapterProxy.java 33 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener,
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java 30 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Observer {
36 protected final ServiceListener mListener;
45 mListener = new ServiceListener(context, this, services);
ServiceListener.java 35 public class ServiceListener implements ServiceResolveQueue.ResolveCallback {
50 public ServiceListener(Context context, Observer observer, String[] serviceTypes) {
157 mResolveQueue.queueRequest(nsdServiceInfo, ServiceListener.this);
162 mResolveQueue.removeRequest(nsdServiceInfo, ServiceListener.this);
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 225 public interface ServiceListener {
BluetoothPbap.java 42 * BluetoothPbap service. Use the ServiceListener interface to obtain a
72 private ServiceListener mServiceListener;
93 public interface ServiceListener {
144 public BluetoothPbap(Context context, ServiceListener l) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 42 private BluetoothProfile.ServiceListener mServiceConnection =
43 new BluetoothProfile.ServiceListener() {
BluetoothA2dpConnector.java 77 private BluetoothProfile.ServiceListener mServiceConnection =
78 new BluetoothProfile.ServiceListener() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 56 public interface ServiceListener {
259 private final Collection<ServiceListener> mServiceListeners =
260 new ArrayList<ServiceListener>();
334 public void addServiceListener(ServiceListener l) {
339 public void removeServiceListener(ServiceListener l) {
345 for (ServiceListener l : mServiceListeners) {
352 for (ServiceListener listener : mServiceListeners) {
PbapServerProfile.java 54 implements BluetoothPbap.ServiceListener {
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MessengerService.java 179 private final BluetoothProfile.ServiceListener mMapServiceListener =
180 new BluetoothProfile.ServiceListener() {
  /packages/services/Car/service/src/com/android/car/
CarBluetoothUserService.java 199 private BluetoothProfile.ServiceListener mProfileListener =
200 new BluetoothProfile.ServiceListener() {
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothDeviceManager.java 41 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
42 new BluetoothProfile.ServiceListener() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothAvrcpFacade.java 54 class AvrcpServiceListener implements BluetoothProfile.ServiceListener {
BluetoothPanFacade.java 55 class PanServiceListener implements BluetoothProfile.ServiceListener {
BluetoothMapFacade.java 55 class MapServiceListener implements BluetoothProfile.ServiceListener {
  /external/icu/icu4c/source/common/
serv.h 44 class ServiceListener;
365 * <p>ServiceListener is the listener that ICUService provides by default.
371 class U_COMMON_API ServiceListener : public EventListener {
373 virtual ~ServiceListener();
508 * subinterface, ServiceListener, which can be registered with the
509 * service. When the service changes, the ServiceListener's
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 14 import javax.jmdns.ServiceListener;
26 public static class ServiceListenerStatus extends ListenerStatus<ServiceListener> {
37 public ServiceListenerStatus(ServiceListener listener, boolean synch) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarBatteryController.java 23 import android.bluetooth.BluetoothProfile.ServiceListener;
264 private final ServiceListener mHfpServiceListener = new ServiceListener() {
ConnectedDeviceSignalController.java 7 import android.bluetooth.BluetoothProfile.ServiceListener;
240 private final ServiceListener mHfpServiceListener = new ServiceListener() {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothDeviceManagerTest.java 46 BluetoothProfile.ServiceListener serviceListenerUnderTest;
64 ArgumentCaptor<BluetoothProfile.ServiceListener> serviceCaptor =
65 ArgumentCaptor.forClass(BluetoothProfile.ServiceListener.class);
BluetoothManagerTest.java 50 BluetoothProfile.ServiceListener serviceListenerUnderTest;
61 ArgumentCaptor<BluetoothProfile.ServiceListener> serviceCaptor =
62 ArgumentCaptor.forClass(BluetoothProfile.ServiceListener.class);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 197 private final BluetoothProfile.ServiceListener mBluetoothServiceListener =
198 new BluetoothProfile.ServiceListener() {

Completed in 1182 milliseconds

1 2 3 4 5 6