OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalBluetoothProfileManager
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
80
mProfileManager = new
LocalBluetoothProfileManager
(context,
120
LocalBluetoothProfileManager
getProfileManager() {
LocalBluetoothAdapter.java
35
* {@link BluetoothEventManager}, and {@link
LocalBluetoothProfileManager
}.
43
private
LocalBluetoothProfileManager
mProfileManager;
57
void setProfileManager(
LocalBluetoothProfileManager
manager) {
A2dpProfile.java
50
private final
LocalBluetoothProfileManager
mProfileManager;
90
LocalBluetoothProfileManager
profileManager) {
HidProfile.java
43
private final
LocalBluetoothProfileManager
mProfileManager;
85
LocalBluetoothProfileManager
profileManager) {
LocalBluetoothProfileManager.java
43
*
LocalBluetoothProfileManager
provides access to the LocalBluetoothProfile
46
final class
LocalBluetoothProfileManager
{
47
private static final String TAG = "
LocalBluetoothProfileManager
";
50
private static
LocalBluetoothProfileManager
sInstance;
95
LocalBluetoothProfileManager
(Context context,
134
if (DEBUG) Log.d(TAG, "
LocalBluetoothProfileManager
construction complete");
231
LocalBluetoothProfileManager
.this, device);
CachedBluetoothDeviceManager.java
85
LocalBluetoothProfileManager
profileManager,
HeadsetProfile.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
97
LocalBluetoothProfileManager
profileManager) {
MapProfile.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
98
LocalBluetoothProfileManager
profileManager) {
BluetoothEventManager.java
47
private
LocalBluetoothProfileManager
mProfileManager;
70
void setProfileManager(
LocalBluetoothProfileManager
manager) {
CachedBluetoothDevice.java
48
private final
LocalBluetoothProfileManager
mProfileManager;
172
LocalBluetoothProfileManager
profileManager,
DeviceProfilesSettings.java
61
private
LocalBluetoothProfileManager
mProfileManager;
DockService.java
20
import com.android.settings.bluetooth.
LocalBluetoothProfileManager
.ServiceListener;
104
private
LocalBluetoothProfileManager
mProfileManager;
139
Log.e(TAG, "Can't get
LocalBluetoothProfileManager
: exiting");
386
// Register first in case
LocalBluetoothProfileManager
[
all
...]
Completed in 160 milliseconds