HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothProfile (Results 1 - 8 of 8) 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;
118 BluetoothProfile.PAN);
187 private BluetoothProfile.ServiceListener mProfileServiceListener =
188 new BluetoothProfile.ServiceListener() {
189 public void onServiceConnected(int profile, BluetoothProfile proxy) {
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 27 import android.bluetooth.BluetoothProfile;
490 BluetoothProfile.HEADSET);
520 private BluetoothProfile.ServiceListener mBluetoothProfileServiceListener =
521 new BluetoothProfile.ServiceListener() {
523 public void onServiceConnected(int profile, BluetoothProfile proxy) {
    [all...]
  /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 50 milliseconds