HomeSort by relevance Sort by last modified time
    Searched refs:getProfileManager (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 118 int newState = LocalBluetoothProfileManager.getProfileManager(mLocalManager,
164 LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile);
237 .getProfileManager(mLocalManager, profile);
261 .getProfileManager(mLocalManager, profile);
279 LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile);
296 LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile);
444 int status = LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile)
456 int status = LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile)
617 .getProfileManager(mLocalManager, profile);
641 .getProfileManager(mLocalManager, Profile.A2DP)
    [all...]
ConnectSpecificProfilesActivity.java 149 .getProfileManager(mManager, profile);
183 .getProfileManager(mManager, profile);
255 .getProfileManager(mManager, profile);
DockService.java 525 mCheckedItems[0] = LocalBluetoothProfileManager.getProfileManager(mBtManager,
527 mCheckedItems[1] = LocalBluetoothProfileManager.getProfileManager(mBtManager,
539 mCheckedItems[0] = LocalBluetoothProfileManager.getProfileManager(mBtManager,
655 .getProfileManager(mBtManager, profiles.get(i));
713 .getProfileManager(mBtManager, mProfiles[i]);
    [all...]
LocalBluetoothProfileManager.java 124 public static LocalBluetoothProfileManager getProfileManager(LocalBluetoothManager localManager,

Completed in 113 milliseconds