OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_STATE_CHANGED
(Results
1 - 25
of
33
) sorted by null
1
2
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java
44
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
69
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnablingActivity.java
79
IntentFilter filter = new IntentFilter(BluetoothAdapter.
ACTION_STATE_CHANGED
);
139
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
BluetoothOppReceiver.java
65
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
BluetoothOppService.java
168
IntentFilter filter = new IntentFilter(BluetoothAdapter.
ACTION_STATE_CHANGED
);
361
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java
59
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
BluetoothPbapService.java
243
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
/packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java
95
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
150
if (BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java
89
else if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
) ||
114
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
220
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
QuickSettings.java
133
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java
67
mIntentFilter = new IntentFilter(BluetoothAdapter.
ACTION_STATE_CHANGED
);
BluetoothNameDialogFragment.java
74
} else if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
) &&
165
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
RequestPermissionActivity.java
82
&& BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(intent.getAction())) {
123
new IntentFilter(BluetoothAdapter.
ACTION_STATE_CHANGED
));
DockEventReceiver.java
110
} else if (BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(intent.getAction())) {
BluetoothEventManager.java
84
addHandler(BluetoothAdapter.
ACTION_STATE_CHANGED
, new AdapterStateChangedHandler());
DockService.java
196
if (BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(intent.getAction())) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java
65
IntentFilter filter = new IntentFilter(BluetoothAdapter.
ACTION_STATE_CHANGED
);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
286
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
294
if (BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(action)) {
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java
153
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
322
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
BluetoothHeadsetHandover.java
127
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
635
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
677
if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
/packages/apps/Settings/src/com/android/settings/
TetherSettings.java
237
} else if (action.equals(BluetoothAdapter.
ACTION_STATE_CHANGED
)) {
285
filter.addAction(BluetoothAdapter.
ACTION_STATE_CHANGED
);
/packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java
481
if (!BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(intent.getAction())) {
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
123
} else if (BluetoothAdapter.
ACTION_STATE_CHANGED
.equals(intent.getAction())) {
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
107
public static final String
ACTION_STATE_CHANGED
=
111
* Used as an int extra field in {@link #
ACTION_STATE_CHANGED
}
121
* Used as an int extra field in {@link #
ACTION_STATE_CHANGED
}
198
* <p>Applications can also listen for {@link #
ACTION_STATE_CHANGED
}
662
* clients should listen for {@link #
ACTION_STATE_CHANGED
}
697
* clients should listen for {@link #
ACTION_STATE_CHANGED
}
[
all
...]
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
[
all
...]
Completed in 7083 milliseconds
1
2