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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java57 public interface ServiceListener { interface in class:LocalBluetoothProfileManager
187 private final Collection<ServiceListener> mServiceListeners =
188 new ArrayList<ServiceListener>();
262 void addServiceListener(ServiceListener l) {
267 void removeServiceListener(ServiceListener l) {
273 for (ServiceListener l : mServiceListeners) {
280 for (ServiceListener listener : mServiceListeners) {
H A DPbapServerProfile.java49 implements BluetoothPbap.ServiceListener {
H A DLocalBluetoothAdapter.java93 BluetoothProfile.ServiceListener listener, int profile) {
H A DA2dpProfile.java57 implements BluetoothProfile.ServiceListener {
H A DHidProfile.java52 implements BluetoothProfile.ServiceListener {
H A DPanProfile.java53 implements BluetoothProfile.ServiceListener {
H A DHeadsetProfile.java60 implements BluetoothProfile.ServiceListener {
H A DMapProfile.java60 implements BluetoothProfile.ServiceListener {
H A DDockService.java20 import com.android.settings.bluetooth.LocalBluetoothProfileManager.ServiceListener;
51 public final class DockService extends Service implements ServiceListener {
/packages/services/Telephony/src/com/android/phone/
H A DBluetoothManager.java266 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
267 new BluetoothProfile.ServiceListener() {
H A DBluetoothPhoneService.java429 private BluetoothProfile.ServiceListener mProfileListener =
430 new BluetoothProfile.ServiceListener() {
H A DCallNotifier.java1799 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
1800 new BluetoothProfile.ServiceListener() {
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java192 private BluetoothProfile.ServiceListener mProfileServiceListener =
193 new BluetoothProfile.ServiceListener() {
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java64 private final ServiceListener mServiceListener = new ServiceListener();
73 private class ServiceListener extends ApiServiceListener { class in class:VideoEditorBaseActivity
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothHeadsetHandover.java50 public class BluetoothHeadsetHandover implements BluetoothProfile.ServiceListener {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java415 private BluetoothProfile.ServiceListener mBluetoothHeadsetServiceListener =
416 new BluetoothProfile.ServiceListener() {

Completed in 281 milliseconds