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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 276 int getProfileConnectionState(int profile) {
AdapterService.java 685 public int getProfileConnectionState(int profile) {
687 Log.w(TAG,"getProfileConnectionState: not allowed for non-active user");
693 return service.getProfileConnectionState(profile);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 348 int getProfileConnectionState(LocalBluetoothProfile profile) {
450 int status = getProfileConnectionState(profile);
460 int status = getProfileConnectionState(profile);
467 int status = getProfileConnectionState(profile);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 155 milliseconds