OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_REQUEST_DISCOVERABLE
(Results
1 - 24
of
24
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java
264
&& intent.getAction().equals(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
)) {
276
+ BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java
116
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
MessageTestActivity.java
188
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/packages/apps/Settings/tests/app/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java
108
i.setAction(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
196
Intent discoverableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
196
Intent discoverableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
190
Intent discoverableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java
196
Intent discoverableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_DISCOVERABLE
);
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
223
public static final String
ACTION_REQUEST_DISCOVERABLE
=
228
* #
ACTION_REQUEST_DISCOVERABLE
} intents to request a specific duration
[
all
...]
/external/robolectric/v1/lib/main/
android.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 295 milliseconds