Searched refs:ServiceListener (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java194 public interface ServiceListener { interface in interface:BluetoothProfile
H A DBluetoothPbap.java42 * BluetoothPbap service. Use the ServiceListener interface to obtain a
72 private ServiceListener mServiceListener;
93 public interface ServiceListener { interface in class:BluetoothPbap
144 public BluetoothPbap(Context context, ServiceListener l) {
H A DBluetoothA2dpSink.java126 private ServiceListener mServiceListener;
163 /*package*/ BluetoothA2dpSink(Context context, ServiceListener l) {
H A DBluetoothAvrcpController.java67 private ServiceListener mServiceListener;
105 /*package*/ BluetoothAvrcpController(Context context, ServiceListener l) {
H A DBluetoothPan.java121 private ServiceListener mServiceListener;
130 /*package*/ BluetoothPan(Context context, ServiceListener l) {
H A DBluetoothA2dp.java113 private ServiceListener mServiceListener;
150 /*package*/ BluetoothA2dp(Context context, ServiceListener l) {
H A DBluetoothHealth.java463 private ServiceListener mServiceListener;
470 /*package*/ BluetoothHealth(Context context, ServiceListener l) {
H A DBluetoothMap.java44 private ServiceListener mServiceListener;
87 /*package*/ BluetoothMap(Context context, ServiceListener l) {
H A DBluetoothInputDevice.java203 private ServiceListener mServiceListener;
241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) {
H A DBluetoothHeadset.java229 private ServiceListener mServiceListener;
258 /*package*/ BluetoothHeadset(Context context, ServiceListener l) {
H A DBluetoothHeadsetClient.java368 private ServiceListener mServiceListener;
406 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener l) {
H A DBluetoothAdapter.java1319 * {@link BluetoothProfile.ServiceListener} to get notified of
1328 public boolean getProfileProxy(Context context, BluetoothProfile.ServiceListener listener,
/frameworks/av/camera/tests/
H A DProCameraTests.cpp73 struct ServiceListener : public BnCameraServiceListener { struct in namespace:android::camera2::tests::client
75 ServiceListener() : function in struct:android::camera2::tests::client::ServiceListener
609 sp<ServiceListener> listener = new ServiceListener();
612 ServiceListener::Status currentStatus;
617 EXPECT_EQ(ServiceListener::STATUS_PRESENT, currentStatus);
622 if (currentStatus == ServiceListener::STATUS_PRESENT) {
637 ServiceListener::Status stat = ServiceListener::STATUS_UNKNOWN;
643 if (stat == ServiceListener
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java38 import android.bluetooth.BluetoothProfile.ServiceListener;
455 private final ServiceListener mProfileListener = new ServiceListener() {
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java655 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
656 new BluetoothProfile.ServiceListener() {
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java543 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
544 new BluetoothProfile.ServiceListener() {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java310 private BluetoothProfile.ServiceListener mServiceListener =
311 new BluetoothProfile.ServiceListener() {
/frameworks/base/media/java/android/media/
H A DAudioService.java2873 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
2874 new BluetoothProfile.ServiceListener() {

Completed in 1992 milliseconds