HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothProfile (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 29 public interface BluetoothProfile {
157 * An interface for notifying BluetoothProfile IPC clients when they have
169 public void onServiceConnected(int profile, BluetoothProfile proxy);
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 27 import android.bluetooth.BluetoothProfile;
125 BluetoothProfile.PAN);
195 private BluetoothProfile.ServiceListener mProfileServiceListener =
196 new BluetoothProfile.ServiceListener() {
197 public void onServiceConnected(int profile, BluetoothProfile proxy) {
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 26 import android.bluetooth.BluetoothProfile;
505 BluetoothProfile.HEADSET);
535 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
536 new BluetoothProfile.ServiceListener() {
537 public void onServiceConnected(int profile, BluetoothProfile proxy) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 79 milliseconds