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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java37 * LocalBluetoothProfileManager provides access to the LocalBluetoothProfile
40 final class LocalBluetoothProfileManager { class
41 private static final String TAG = "LocalBluetoothProfileManager";
44 private static LocalBluetoothProfileManager sInstance;
87 LocalBluetoothProfileManager(Context context, method in class:LocalBluetoothProfileManager
116 Log.d(TAG, "LocalBluetoothProfileManager construction complete");
213 LocalBluetoothProfileManager.this, device);

Completed in 55 milliseconds