OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalBluetoothProfileManager
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothManager.java
44
private final
LocalBluetoothProfileManager
mProfileManager;
74
mProfileManager = new
LocalBluetoothProfileManager
(context,
114
public
LocalBluetoothProfileManager
getProfileManager() {
A2dpProfile.java
50
private final
LocalBluetoothProfileManager
mProfileManager;
90
LocalBluetoothProfileManager
profileManager) {
HidProfile.java
43
private final
LocalBluetoothProfileManager
mProfileManager;
85
LocalBluetoothProfileManager
profileManager) {
LocalBluetoothAdapter.java
36
* {@link BluetoothEventManager}, and {@link
LocalBluetoothProfileManager
}.
44
private
LocalBluetoothProfileManager
mProfileManager;
58
void setProfileManager(
LocalBluetoothProfileManager
manager) {
PbapClientProfile.java
50
private final
LocalBluetoothProfileManager
mProfileManager;
105
LocalBluetoothProfileManager
profileManager) {
CachedBluetoothDeviceManager.java
87
LocalBluetoothProfileManager
profileManager,
LocalBluetoothProfileManager.java
41
*
LocalBluetoothProfileManager
provides access to the LocalBluetoothProfile
44
public final class
LocalBluetoothProfileManager
{
45
private static final String TAG = "
LocalBluetoothProfileManager
";
48
private static
LocalBluetoothProfileManager
sInstance;
97
LocalBluetoothProfileManager
(Context context,
137
if (DEBUG) Log.d(TAG, "
LocalBluetoothProfileManager
construction complete");
277
LocalBluetoothProfileManager
.this, device);
A2dpSinkProfile.java
50
private final
LocalBluetoothProfileManager
mProfileManager;
90
LocalBluetoothProfileManager
profileManager) {
HeadsetProfile.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
97
LocalBluetoothProfileManager
profileManager) {
HfpClientProfile.java
53
private final
LocalBluetoothProfileManager
mProfileManager;
97
LocalBluetoothProfileManager
profileManager) {
MapProfile.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
98
LocalBluetoothProfileManager
profileManager) {
SapProfile.java
46
private final
LocalBluetoothProfileManager
mProfileManager;
96
LocalBluetoothProfileManager
profileManager) {
BluetoothEventManager.java
46
private
LocalBluetoothProfileManager
mProfileManager;
71
void setProfileManager(
LocalBluetoothProfileManager
manager) {
CachedBluetoothDevice.java
51
private final
LocalBluetoothProfileManager
mProfileManager;
162
LocalBluetoothProfileManager
profileManager,
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java
45
import com.android.settingslib.bluetooth.
LocalBluetoothProfileManager
;
64
private
LocalBluetoothProfileManager
mProfileManager;
DockService.java
52
import com.android.settingslib.bluetooth.
LocalBluetoothProfileManager
;
53
import com.android.settingslib.bluetooth.
LocalBluetoothProfileManager
.ServiceListener;
112
private
LocalBluetoothProfileManager
mProfileManager;
147
Log.e(TAG, "Can't get
LocalBluetoothProfileManager
: exiting");
394
// Register first in case
LocalBluetoothProfileManager
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java
50
import com.android.settingslib.bluetooth.
LocalBluetoothProfileManager
;
108
private
LocalBluetoothProfileManager
mProfileManager;
Completed in 3345 milliseconds