Searched defs:ServiceListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
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 DBluetoothProfile.java194 public interface ServiceListener { interface in interface:BluetoothProfile
/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...]

Completed in 65 milliseconds