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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 277 int getProfileConnectionState(int profile) {
AdapterService.java 683 public int getProfileConnectionState(int profile) {
685 Log.w(TAG,"getProfileConnectionState: not allowed for non-active user");
691 return service.getProfileConnectionState(profile);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 326 int getProfileConnectionState(LocalBluetoothProfile profile) {
425 int status = getProfileConnectionState(profile);
435 int status = getProfileConnectionState(profile);
442 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/current/
android.jar 

Completed in 171 milliseconds