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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java43 * LocalBluetoothProfileManager provides access to the LocalBluetoothProfile
46 final class LocalBluetoothProfileManager { class
47 private static final String TAG = "LocalBluetoothProfileManager";
50 private static LocalBluetoothProfileManager sInstance;
95 LocalBluetoothProfileManager(Context context, method in class:LocalBluetoothProfileManager
134 if (DEBUG) Log.d(TAG, "LocalBluetoothProfileManager construction complete");
231 LocalBluetoothProfileManager.this, device);

Completed in 37 milliseconds