OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onProfileStateChanged
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpSinkProfile.java
72
device.
onProfileStateChanged
(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED);
HeadsetProfile.java
75
device.
onProfileStateChanged
(HeadsetProfile.this,
HfpClientProfile.java
76
device.
onProfileStateChanged
(
HidProfile.java
67
device.
onProfileStateChanged
(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
MapClientProfile.java
76
device.
onProfileStateChanged
(MapClientProfile.this,
MapProfile.java
75
device.
onProfileStateChanged
(MapProfile.this,
PbapClientProfile.java
74
device.
onProfileStateChanged
(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED);
SapProfile.java
74
device.
onProfileStateChanged
(SapProfile.this,
A2dpProfile.java
81
device.
onProfileStateChanged
(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
LocalBluetoothProfileManager.java
312
cachedDevice.
onProfileStateChanged
(mProfile, newState);
CachedBluetoothDevice.java
121
void
onProfileStateChanged
(LocalBluetoothProfile profile, int newProfileState) {
123
Log.d(TAG, "
onProfileStateChanged
: profile " + profile +
Completed in 115 milliseconds