Searched defs:LocalBluetoothProfileManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java41 * LocalBluetoothProfileManager provides access to the LocalBluetoothProfile
44 public final class LocalBluetoothProfileManager { class
45 private static final String TAG = "LocalBluetoothProfileManager";
48 private static LocalBluetoothProfileManager sInstance;
97 LocalBluetoothProfileManager(Context context, method in class:LocalBluetoothProfileManager
137 if (DEBUG) Log.d(TAG, "LocalBluetoothProfileManager construction complete");
277 LocalBluetoothProfileManager.this, device);

Completed in 90 milliseconds