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

  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 43 * BluetoothPbap service. Use the ServiceListener interface to obtain a
72 private final ServiceListener mServiceListener;
92 public interface ServiceListener {
114 public BluetoothPbap(Context context, ServiceListener l) {
BluetoothHeadset.java 46 * BluetoothHeadset service. Use the ServiceListener interface to obtain a
93 private final ServiceListener mServiceListener;
135 public interface ServiceListener {
157 public BluetoothHeadset(Context context, ServiceListener l) {
BluetoothDeviceProfileState.java 224 private class HeadsetServiceListener implements BluetoothHeadset.ServiceListener {
240 private class PbapServiceListener implements BluetoothPbap.ServiceListener {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 62 public interface ServiceListener {
104 private static LinkedList<ServiceListener> mServiceListeners = new LinkedList<ServiceListener>();
106 public static void addServiceListener(ServiceListener l) {
110 public static void removeServiceListener(ServiceListener l) {
308 implements BluetoothHeadset.ServiceListener {
362 Iterator<ServiceListener> it = mServiceListeners.iterator();
372 Iterator<ServiceListener> it = mServiceListeners.iterator();
DockService.java 21 import com.android.settings.bluetooth.LocalBluetoothProfileManager.ServiceListener;
52 CompoundButton.OnCheckedChangeListener, ServiceListener {
    [all...]
  /external/chromium/third_party/icu/source/common/
serv.h 42 class ServiceListener;
362 * <p>ServiceListener is the listener that ICUService provides by default.
368 class U_COMMON_API ServiceListener : public EventListener {
503 * subinterface, ServiceListener, which can be registered with the
504 * service. When the service changes, the ServiceListener's
    [all...]
servloc.h 45 class ServiceListener;
serv.cpp 191 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ServiceListener)
951 return l.getDynamicClassID() == ServiceListener::getStaticClassID();
957 ((ServiceListener&)l).serviceChanged(*this);
  /external/icu4c/common/
serv.h 42 class ServiceListener;
362 * <p>ServiceListener is the listener that ICUService provides by default.
368 class U_COMMON_API ServiceListener : public EventListener {
503 * subinterface, ServiceListener, which can be registered with the
504 * service. When the service changes, the ServiceListener's
    [all...]
servloc.h 45 class ServiceListener;
serv.cpp 191 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ServiceListener)
951 return l.getDynamicClassID() == ServiceListener::getStaticClassID();
957 ((ServiceListener&)l).serviceChanged(*this);
  /external/chromium/third_party/icu/source/test/intltest/
icusvtst.cpp 947 class SimpleListener : public ServiceListener {
1007 ServiceListener l3 = new ServiceListener() {
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 947 class SimpleListener : public ServiceListener {
1007 ServiceListener l3 = new ServiceListener() {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 19 import android.bluetooth.BluetoothHeadset.ServiceListener;
108 private class HeadsetServiceListener implements ServiceListener {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java 372 private BluetoothHeadset.ServiceListener mBluetoothHeadsetServiceListener =
373 new BluetoothHeadset.ServiceListener() {
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 3090 milliseconds