HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothProfile (Results 1 - 11 of 11) 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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
BluetoothProfile.java 19 public enum BluetoothProfile {
60 private BluetoothProfile(String value) {
64 public static BluetoothProfile getEnum(String value) {
65 for (BluetoothProfile bp : values()) {
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 27 import android.bluetooth.BluetoothProfile;
120 BluetoothProfile.PAN);
190 private BluetoothProfile.ServiceListener mProfileServiceListener =
191 new BluetoothProfile.ServiceListener() {
192 public void onServiceConnected(int profile, BluetoothProfile proxy) {
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 36 import android.bluetooth.BluetoothProfile;
229 BluetoothProfile.HEADSET);
    [all...]
InCallScreen.java 27 import android.bluetooth.BluetoothProfile;
486 BluetoothProfile.HEADSET);
522 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
523 new BluetoothProfile.ServiceListener() {
525 public void onServiceConnected(int profile, BluetoothProfile proxy) {
    [all...]
  /tools/build/builder/prebuilts/
sdklib.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 455 milliseconds