OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_DISCOVERY_STARTED
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java
42
if (action.equals(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
) ||
BluetoothEventManager.java
86
addHandler(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
, new ScanningStateChangedHandler(true));
/packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java
90
filter.addAction(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
);
164
} else if (action.equals(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
)) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java
87
IntentFilter filter = new IntentFilter(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
);
183
if (BluetoothAdapter.
ACTION_DISCOVERY_STARTED
.equals(intent.getAction())) {
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
256
public static final String
ACTION_DISCOVERY_STARTED
=
654
* for {@link #
ACTION_DISCOVERY_STARTED
} and {@link
719
* <p>Applications can also register for {@link #
ACTION_DISCOVERY_STARTED
}
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
105
if (BluetoothAdapter.
ACTION_DISCOVERY_STARTED
.equals(intent.getAction())) {
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
350
intent = new Intent(BluetoothAdapter.
ACTION_DISCOVERY_STARTED
);
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 565 milliseconds