/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothAvrcpFacade.java | 55 class AvrcpServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothPanFacade.java | 55 class PanServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothMapFacade.java | 55 class MapServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothA2dpSinkFacade.java | 54 class A2dpSinkServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothPbapClientFacade.java | 59 BluetoothProfile.ServiceListener {
|
BluetoothA2dpFacade.java | 78 class A2dpServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothHfpClientFacade.java | 56 class HfpClientServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothHspFacade.java | 54 class HspServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothMapClientFacade.java | 89 class MapServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothHidDeviceFacade.java | 266 class HidDeviceServiceListener implements BluetoothProfile.ServiceListener {
|
BluetoothHidFacade.java | 78 class HidServiceListener 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...] |
serv.cpp | 195 ServiceListener::~ServiceListener() {} 197 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ServiceListener) 952 return dynamic_cast<const ServiceListener*>(&l) != NULL; 958 ((ServiceListener&)l).serviceChanged(*this);
|
servloc.h | 47 class ServiceListener;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
HidDeviceActivity.java | 63 private BluetoothProfile.ServiceListener mProfileListener = 64 new BluetoothProfile.ServiceListener() {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUServiceTest.java | 41 import android.icu.impl.ICUService.ServiceListener; 490 ServiceListener l1 = new ServiceListener() { 498 ServiceListener l2 = new ServiceListener() { 531 ServiceListener l3 = new ServiceListener() { [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUServiceTest.java | 40 import com.ibm.icu.impl.ICUService.ServiceListener; 487 ServiceListener l1 = new ServiceListener() { 495 ServiceListener l2 = new ServiceListener() { 528 ServiceListener l3 = new ServiceListener() { [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
ServiceManager.java | 175 * An encapsulation of all of the state that is accessed by the {@linkplain ServiceListener 176 * service listeners}. This is extracted into its own object so that {@link ServiceListener} 207 service.addListener(new ServiceListener(service, stateReference), directExecutor()); 398 * accessed by instances of {@link ServiceListener}. 723 private static final class ServiceListener extends Service.Listener { 729 ServiceListener(Service service, WeakReference<ServiceManagerState> state) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 80 * ServiceListener, which can be registered with the service. When 81 * the service changes, the ServiceListener's serviceChanged method [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 79 * ServiceListener, which can be registered with the service. When 80 * the service changes, the ServiceListener's serviceChanged method [all...] |
/cts/tests/tests/car/src/android/car/cts/ |
CarBluetoothTest.java | 186 private final class ProfileServiceListener implements BluetoothProfile.ServiceListener {
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
HearingAidProfileTest.java | 371 implements BluetoothProfile.ServiceListener {
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 808 class ServiceListener : public virtual IBinder::DeathRecipient { 810 ServiceListener(sp<CameraService> parent, sp<hardware::ICameraServiceListener> listener, 834 std::vector<std::pair<bool, sp<ServiceListener>>> mListenerList; [all...] |
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | 954 class SimpleListener : public ServiceListener { 1013 ServiceListener l3 = new ServiceListener() { [all...] |
/external/guice/lib/build/ |
felix-2.0.5.jar | |