HomeSort by relevance Sort by last modified time
    Searched refs:ServiceListener (Results 1 - 25 of 64) 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 170 public interface ServiceListener {
BluetoothPbap.java 43 * BluetoothPbap service. Use the ServiceListener interface to obtain a
73 private ServiceListener mServiceListener;
94 public interface ServiceListener {
149 public BluetoothPbap(Context context, ServiceListener l) {
BluetoothA2dp.java 108 private ServiceListener mServiceListener;
147 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
BluetoothPan.java 122 private ServiceListener mServiceListener;
131 /*package*/ BluetoothPan(Context context, ServiceListener l) {
BluetoothHealth.java 466 private ServiceListener mServiceListener;
473 /*package*/ BluetoothHealth(Context context, ServiceListener l) {
BluetoothInputDevice.java 186 private ServiceListener mServiceListener;
226 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) {
BluetoothTetheringDataTracker.java 126 private BluetoothProfile.ServiceListener mProfileServiceListener =
127 new BluetoothProfile.ServiceListener() {
BluetoothHeadset.java 221 private ServiceListener mServiceListener;
259 /*package*/ BluetoothHeadset(Context context, ServiceListener l) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 56 public interface ServiceListener {
179 private final Collection<ServiceListener> mServiceListeners =
180 new ArrayList<ServiceListener>();
254 void addServiceListener(ServiceListener l) {
259 void removeServiceListener(ServiceListener l) {
265 for (ServiceListener l : mServiceListeners) {
272 for (ServiceListener listener : mServiceListeners) {
PbapServerProfile.java 49 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 {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 73 struct ServiceListener : public BnCameraServiceListener {
75 ServiceListener() :
610 sp<ServiceListener> listener = new ServiceListener();
613 ServiceListener::Status currentStatus;
618 EXPECT_EQ(ServiceListener::STATUS_PRESENT, currentStatus);
623 if (currentStatus == ServiceListener::STATUS_PRESENT) {
638 ServiceListener::Status stat = ServiceListener::STATUS_UNKNOWN;
644 if (stat == ServiceListener::STATUS_PRESENT)
    [all...]
  /external/icu4c/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...]
serv.cpp 193 ServiceListener::~ServiceListener() {}
195 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ServiceListener)
951 return dynamic_cast<const ServiceListener*>(&l) != NULL;
957 ((ServiceListener&)l).serviceChanged(*this);
servloc.h 45 class ServiceListener;
  /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() {
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 324 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
325 new BluetoothProfile.ServiceListener() {

Completed in 598 milliseconds

1 2 3