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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 20 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
21 import com.android.settings.bluetooth.LocalBluetoothProfileManager.ServiceListener;
144 LocalBluetoothProfileManager.removeServiceListener(this);
279 // Register first in case LocalBluetoothProfileManager
282 LocalBluetoothProfileManager.addServiceListener(this);
283 if (LocalBluetoothProfileManager.isManagerReady()) {
286 LocalBluetoothProfileManager.removeServiceListener(this);
525 mCheckedItems[0] = LocalBluetoothProfileManager.getProfileManager(mBtManager,
527 mCheckedItems[1] = LocalBluetoothProfileManager.getProfileManager(mBtManager,
539 mCheckedItems[0] = LocalBluetoothProfileManager.getProfileManager(mBtManager
    [all...]
LocalBluetoothProfileManager.java 38 * LocalBluetoothProfileManager is an abstract class defining the basic
41 public abstract class LocalBluetoothProfileManager {
42 private static final String TAG = "LocalBluetoothProfileManager";
82 private static Map<Profile, LocalBluetoothProfileManager> sProfileMap =
83 new HashMap<Profile, LocalBluetoothProfileManager>();
90 LocalBluetoothProfileManager profileManager;
117 LocalBluetoothProfileManager profileManager = sProfileMap.get(Profile.HEADSET);
124 public static LocalBluetoothProfileManager getProfileManager(LocalBluetoothManager localManager,
130 LocalBluetoothProfileManager profileManager = sProfileMap.get(profile);
166 protected LocalBluetoothProfileManager(LocalBluetoothManager localManager)
    [all...]
CachedBluetoothDevice.java 36 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
118 int newState = LocalBluetoothProfileManager.getProfileManager(mLocalManager,
163 LocalBluetoothProfileManager profileManager =
164 LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile);
236 LocalBluetoothProfileManager profileManager = LocalBluetoothProfileManager
260 LocalBluetoothProfileManager profileManager = LocalBluetoothProfileManager
278 LocalBluetoothProfileManager profileManager =
279 LocalBluetoothProfileManager.getProfileManager(mLocalManager, profile)
    [all...]

Completed in 15 milliseconds