OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_DISCOVERY_FINISHED
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java
43
action.equals(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
)) {
BluetoothEventManager.java
87
addHandler(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
, new ScanningStateChangedHandler(false));
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
99
filter = new IntentFilter(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
);
191
} else if (BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
.equals(action)) {
/packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java
91
filter.addAction(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
);
166
} else if (action.equals(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
)) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java
88
filter.addAction(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
);
186
} else if (BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
.equals(intent.getAction())) {
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
270
public static final String
ACTION_DISCOVERY_FINISHED
=
662
* #
ACTION_DISCOVERY_FINISHED
} intents to determine exactly when the
727
* or {@link #
ACTION_DISCOVERY_FINISHED
} to be notified when discovery
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
107
} else if (BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
.equals(intent.getAction())) {
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
354
intent = new Intent(BluetoothAdapter.
ACTION_DISCOVERY_FINISHED
);
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 187 milliseconds