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

1 2 3

  /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...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 206 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) {
BluetoothA2dpSink.java 126 private ServiceListener mServiceListener;
163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) {
BluetoothAvrcpController.java 67 private ServiceListener mServiceListener;
105 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) {
BluetoothPan.java 121 private ServiceListener mServiceListener;
130 /*package*/ BluetoothPan(Context context, ServiceListener l) {
BluetoothSap.java 71 private ServiceListener mServiceListener;
124 /*package*/ BluetoothSap(Context context, ServiceListener l) {
BluetoothA2dp.java 116 private ServiceListener mServiceListener;
153 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
BluetoothHealth.java 463 private ServiceListener mServiceListener;
470 /*package*/ BluetoothHealth(Context context, ServiceListener l) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 51 public interface ServiceListener {
181 private final Collection<ServiceListener> mServiceListeners =
182 new ArrayList<ServiceListener>();
256 public void addServiceListener(ServiceListener l) {
261 public void removeServiceListener(ServiceListener l) {
267 for (ServiceListener l : mServiceListeners) {
274 for (ServiceListener listener : mServiceListeners) {
PbapServerProfile.java 54 implements BluetoothPbap.ServiceListener {
LocalBluetoothAdapter.java 93 BluetoothProfile.ServiceListener listener, int profile) {
A2dpProfile.java 57 implements BluetoothProfile.ServiceListener {
HidProfile.java 52 implements BluetoothProfile.ServiceListener {
PanProfile.java 53 implements BluetoothProfile.ServiceListener {
  /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() {
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 39 private final BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
40 new BluetoothProfile.ServiceListener() {
  /external/icu/icu4c/source/common/
serv.h 42 class ServiceListener;
363 * <p>ServiceListener is the listener that ICUService provides by default.
369 class U_COMMON_API ServiceListener : public EventListener {
371 virtual ~ServiceListener();
506 * subinterface, ServiceListener, which can be registered with the
507 * 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) {
JmmDNSImpl.java 32 import javax.jmdns.ServiceListener;
293 * @see javax.jmdns.JmmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
296 public void addServiceListener(String type, ServiceListener listener) {
304 * @see javax.jmdns.JmmDNS#removeServiceListener(java.lang.String, javax.jmdns.ServiceListener)
307 public void removeServiceListener(String type, ServiceListener listener) {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 197 private final BluetoothProfile.ServiceListener mBluetoothServiceListener =
198 new BluetoothProfile.ServiceListener() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 34 import com.ibm.icu.impl.ICUService.ServiceListener;
479 ServiceListener l1 = new ServiceListener() {
486 ServiceListener l2 = new ServiceListener() {
518 ServiceListener l3 = new ServiceListener() {
    [all...]

Completed in 540 milliseconds

1 2 3