OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CONNECTION_STATE_CHANGED
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java
65
if (action.equals(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
)) {
71
} else if (action.equals(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
)) {
77
} else if (action.equals(BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
)) {
99
filter.addAction(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
100
filter.addAction(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
101
filter.addAction(BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
);
BluetoothInputDevice.java
65
public static final String
ACTION_CONNECTION_STATE_CHANGED
=
BluetoothPan.java
69
public static final String
ACTION_CONNECTION_STATE_CHANGED
=
73
* Extra for {@link #
ACTION_CONNECTION_STATE_CHANGED
} intent
BluetoothDeviceProfileState.java
133
if (action.equals(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
)) {
149
} else if (action.equals(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
)) {
165
} else if (action.equals(BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
)) {
242
filter.addAction(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
243
filter.addAction(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
244
filter.addAction(BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
);
[
all
...]
BluetoothA2dp.java
67
public static final String
ACTION_CONNECTION_STATE_CHANGED
=
350
* true, it is guaranteed that {@link #
ACTION_CONNECTION_STATE_CHANGED
}
BluetoothAdapter.java
311
public static final String
ACTION_CONNECTION_STATE_CHANGED
=
315
* Extra used by {@link #
ACTION_CONNECTION_STATE_CHANGED
}
323
* Extra used by {@link #
ACTION_CONNECTION_STATE_CHANGED
}
764
* <p> Use this function along with {@link #
ACTION_CONNECTION_STATE_CHANGED
}
[
all
...]
BluetoothHeadset.java
68
public static final String
ACTION_CONNECTION_STATE_CHANGED
=
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
110
BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
);
114
BluetoothPan.
ACTION_CONNECTION_STATE_CHANGED
);
133
BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
147
BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
DockEventReceiver.java
79
} else if (BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
.equals(intent.getAction()) ||
80
BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
.equals(intent.getAction())) {
DockService.java
203
if (BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
.equals(intent.getAction())) {
212
} else if (BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
.equals(intent.getAction())) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java
45
filter.addAction(BluetoothAdapter.
ACTION_CONNECTION_STATE_CHANGED
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java
122
action.equals(BluetoothAdapter.
ACTION_CONNECTION_STATE_CHANGED
)) {
188
filter.addAction(BluetoothAdapter.
ACTION_CONNECTION_STATE_CHANGED
);
264
} else if (action.equals(BluetoothAdapter.
ACTION_CONNECTION_STATE_CHANGED
)) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
221
mConnectionAction = BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
;
224
mConnectionAction = BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
;
227
mConnectionAction = BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
;
230
mConnectionAction = BluetoothPan.
ACTION_CONNECTION_STATE_CHANGED
;
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java
187
Intent intent = new Intent(BluetoothInputDevice.
ACTION_CONNECTION_STATE_CHANGED
);
BluetoothPanProfileHandler.java
299
Intent intent = new Intent(BluetoothPan.
ACTION_CONNECTION_STATE_CHANGED
);
BluetoothA2dpService.java
517
Intent intent = new Intent(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
BluetoothService.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneApp.java
525
intentFilter.addAction(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
[
all
...]
BluetoothHeadsetService.java
473
Intent intent = new Intent(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
[
all
...]
BluetoothHandsfree.java
735
filter.addAction(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
[
all
...]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java
225
audioStateFilter.addAction(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
446
if (action.equals(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
)) {
[
all
...]
/frameworks/base/media/java/android/media/
AudioService.java
367
intentFilter.addAction(BluetoothA2dp.
ACTION_CONNECTION_STATE_CHANGED
);
369
intentFilter.addAction(BluetoothHeadset.
ACTION_CONNECTION_STATE_CHANGED
);
[
all
...]
/frameworks/base/services/java/com/android/server/
WifiService.java
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 2600 milliseconds