Home
last modified time | relevance | path

Searched refs:ServiceListener (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/camera/tests/
DProCameraTests.cpp73 struct ServiceListener : public BnCameraServiceListener { struct
75 ServiceListener() : in ServiceListener() function
609 sp<ServiceListener> listener = new ServiceListener(); in TEST_F()
612 ServiceListener::Status currentStatus; in TEST_F()
617 EXPECT_EQ(ServiceListener::STATUS_PRESENT, currentStatus); in TEST_F()
622 if (currentStatus == ServiceListener::STATUS_PRESENT) { in TEST_F()
637 ServiceListener::Status stat = ServiceListener::STATUS_UNKNOWN; in TEST_F()
643 if (stat == ServiceListener::STATUS_PRESENT) { in TEST_F()
646 } else if (stat == ServiceListener::STATUS_NOT_AVAILABLE) { in TEST_F()
649 } else if (stat == ServiceListener::STATUS_NOT_PRESENT) { in TEST_F()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java72 private ServiceListener mServiceListener;
93 public interface ServiceListener { interface in BluetoothPbap
144 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
DBluetoothProfile.java194 public interface ServiceListener { interface
DBluetoothAvrcpController.java67 private ServiceListener mServiceListener;
105 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) { in BluetoothAvrcpController()
DBluetoothA2dpSink.java126 private ServiceListener mServiceListener;
163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) { in BluetoothA2dpSink()
DBluetoothPan.java121 private ServiceListener mServiceListener;
130 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
DBluetoothMap.java44 private ServiceListener mServiceListener;
87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
DBluetoothA2dp.java113 private ServiceListener mServiceListener;
150 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp()
DBluetoothHealth.java463 private ServiceListener mServiceListener;
470 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
DBluetoothInputDevice.java203 private ServiceListener mServiceListener;
241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice()
DBluetoothHeadset.java226 private ServiceListener mServiceListener;
262 /*package*/ BluetoothHeadset(Context context, ServiceListener l) { in BluetoothHeadset()
DBluetoothHeadsetClient.java368 private ServiceListener mServiceListener;
406 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener l) { in BluetoothHeadsetClient()
DBluetoothAdapter.java1312 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java32 import android.bluetooth.BluetoothProfile.ServiceListener;
206 mAdapter.getProfileProxy(mContext, new ServiceListener() { in connect()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java655 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
656 new BluetoothProfile.ServiceListener() {
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java524 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
525 new BluetoothProfile.ServiceListener() {
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd153 <dt>{@link android.bluetooth.BluetoothProfile.ServiceListener}</dt>
944 android.bluetooth.BluetoothProfile.ServiceListener, int) getProfileProxy()} to
949 <li>Set up a {@link android.bluetooth.BluetoothProfile.ServiceListener}. This
954 android.bluetooth.BluetoothProfile.ServiceListener#onServiceConnected(int,
975 private BluetoothProfile.ServiceListener mProfileListener = new BluetoothProfile.ServiceListener() {
1058 with a {@link android.bluetooth.BluetoothProfile.ServiceListener} and the {@link
1059 android.bluetooth.BluetoothProfile.ServiceListener#HEALTH} profile type to
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java310 private BluetoothProfile.ServiceListener mServiceListener =
311 new BluetoothProfile.ServiceListener() {
/frameworks/base/media/java/android/media/
DAudioService.java2727 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
2728 new BluetoothProfile.ServiceListener() {
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd336 profile constant and a {@link android.bluetooth.BluetoothProfile.ServiceListener} to receive
Dandroid-4.0.jd717 android.bluetooth.BluetoothProfile.ServiceListener} and the {@link
/frameworks/base/docs/html/
Dsitemap.txt3000 http://developer.android.com/reference/android/bluetooth/BluetoothProfile.ServiceListener.html
/frameworks/base/api/
Dcurrent.txt5788 … getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
6462 public static abstract interface BluetoothProfile.ServiceListener {