/frameworks/av/camera/tests/ |
D | ProCameraTests.cpp | 73 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/ |
D | BluetoothPbap.java | 73 private ServiceListener mServiceListener; 94 public interface ServiceListener { interface in BluetoothPbap 145 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
|
D | BluetoothProfile.java | 176 public interface ServiceListener { interface
|
D | BluetoothPan.java | 122 private ServiceListener mServiceListener; 131 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
|
D | BluetoothMap.java | 46 private ServiceListener mServiceListener; 89 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
|
D | BluetoothA2dp.java | 108 private ServiceListener mServiceListener; 145 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp()
|
D | BluetoothTetheringDataTracker.java | 121 private BluetoothProfile.ServiceListener mProfileServiceListener = 122 new BluetoothProfile.ServiceListener() {
|
D | BluetoothHealth.java | 464 private ServiceListener mServiceListener; 471 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
|
D | BluetoothInputDevice.java | 186 private ServiceListener mServiceListener; 224 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice()
|
D | BluetoothHeadset.java | 226 private ServiceListener mServiceListener; 262 /*package*/ BluetoothHeadset(Context context, ServiceListener l) { in BluetoothHeadset()
|
D | BluetoothGattServer.java | 22 import android.bluetooth.BluetoothProfile.ServiceListener;
|
D | BluetoothGatt.java | 21 import android.bluetooth.BluetoothProfile.ServiceListener;
|
D | BluetoothAdapter.java | 1356 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy()
|
/frameworks/base/services/java/com/android/server/am/ |
D | BatteryStatsService.java | 326 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 327 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 646 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 647 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 153 <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/ |
D | BluetoothTestUtils.java | 309 private BluetoothProfile.ServiceListener mServiceListener = 310 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 2310 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 2311 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 336 profile constant and a {@link android.bluetooth.BluetoothProfile.ServiceListener} to receive
|
D | android-4.0.jd | 717 android.bluetooth.BluetoothProfile.ServiceListener} and the {@link
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 3000 http://developer.android.com/reference/android/bluetooth/BluetoothProfile.ServiceListener.html
|
/frameworks/base/api/ |
D | current.txt | 4742 … getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int); 5405 public static abstract interface BluetoothProfile.ServiceListener {
|