Home
last modified time | relevance | path

Searched refs:ServiceListener (Results 1 – 22 of 22) 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.java73 private ServiceListener mServiceListener;
94 public interface ServiceListener { interface in BluetoothPbap
145 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
DBluetoothProfile.java176 public interface ServiceListener { interface
DBluetoothPan.java122 private ServiceListener mServiceListener;
131 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
DBluetoothMap.java46 private ServiceListener mServiceListener;
89 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
DBluetoothA2dp.java108 private ServiceListener mServiceListener;
145 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp()
DBluetoothTetheringDataTracker.java121 private BluetoothProfile.ServiceListener mProfileServiceListener =
122 new BluetoothProfile.ServiceListener() {
DBluetoothHealth.java464 private ServiceListener mServiceListener;
471 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
DBluetoothInputDevice.java186 private ServiceListener mServiceListener;
224 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice()
DBluetoothHeadset.java226 private ServiceListener mServiceListener;
262 /*package*/ BluetoothHeadset(Context context, ServiceListener l) { in BluetoothHeadset()
DBluetoothGattServer.java22 import android.bluetooth.BluetoothProfile.ServiceListener;
DBluetoothGatt.java21 import android.bluetooth.BluetoothProfile.ServiceListener;
DBluetoothAdapter.java1356 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy()
/frameworks/base/services/java/com/android/server/am/
DBatteryStatsService.java326 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
327 new BluetoothProfile.ServiceListener() {
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java646 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
647 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.java309 private BluetoothProfile.ServiceListener mServiceListener =
310 new BluetoothProfile.ServiceListener() {
/frameworks/base/media/java/android/media/
DAudioService.java2310 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
2311 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.txt4742 … getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
5405 public static abstract interface BluetoothProfile.ServiceListener {