/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 | 72 private ServiceListener mServiceListener; 93 public interface ServiceListener { interface in BluetoothPbap 144 public BluetoothPbap(Context context, ServiceListener l) { in BluetoothPbap()
|
D | BluetoothProfile.java | 194 public interface ServiceListener { interface
|
D | BluetoothAvrcpController.java | 67 private ServiceListener mServiceListener; 105 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) { in BluetoothAvrcpController()
|
D | BluetoothA2dpSink.java | 126 private ServiceListener mServiceListener; 163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) { in BluetoothA2dpSink()
|
D | BluetoothPan.java | 121 private ServiceListener mServiceListener; 130 /*package*/ BluetoothPan(Context context, ServiceListener l) { in BluetoothPan()
|
D | BluetoothMap.java | 44 private ServiceListener mServiceListener; 87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap()
|
D | BluetoothA2dp.java | 113 private ServiceListener mServiceListener; 150 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { in BluetoothA2dp()
|
D | BluetoothHealth.java | 463 private ServiceListener mServiceListener; 470 /*package*/ BluetoothHealth(Context context, ServiceListener l) { in BluetoothHealth()
|
D | BluetoothInputDevice.java | 203 private ServiceListener mServiceListener; 241 /*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 | BluetoothHeadsetClient.java | 368 private ServiceListener mServiceListener; 406 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener l) { in BluetoothHeadsetClient()
|
D | BluetoothAdapter.java | 1312 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, in getProfileProxy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImpl.java | 32 import android.bluetooth.BluetoothProfile.ServiceListener; 206 mAdapter.getProfileProxy(mContext, new ServiceListener() { in connect()
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 655 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 656 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 524 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 525 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 | 310 private BluetoothProfile.ServiceListener mServiceListener = 311 new BluetoothProfile.ServiceListener() {
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 2727 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener = 2728 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 | 5788 … getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int); 6462 public static abstract interface BluetoothProfile.ServiceListener {
|