OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUEST_ENABLE_BT
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/src/com/android/framework/externalsharedpermsbttestapp/
ExternalSharedPermsBTTest.java
24
private static final int
REQUEST_ENABLE_BT
= 2;
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java
31
private static final int
REQUEST_ENABLE_BT
= 2;
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java
29
private static final int
REQUEST_ENABLE_BT
= 2;
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
50
private static final int
REQUEST_ENABLE_BT
= 1;
120
startActivityForResult(enableBtIntent,
REQUEST_ENABLE_BT
);
133
if (requestCode ==
REQUEST_ENABLE_BT
&& resultCode == Activity.RESULT_CANCELED) {
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
50
private static final int
REQUEST_ENABLE_BT
= 1;
120
startActivityForResult(enableBtIntent,
REQUEST_ENABLE_BT
);
133
if (requestCode ==
REQUEST_ENABLE_BT
&& resultCode == Activity.RESULT_CANCELED) {
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
50
private static final int
REQUEST_ENABLE_BT
= 1;
120
startActivityForResult(enableBtIntent,
REQUEST_ENABLE_BT
);
133
if (requestCode ==
REQUEST_ENABLE_BT
&& resultCode == Activity.RESULT_CANCELED) {
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
65
private static final int
REQUEST_ENABLE_BT
= 3;
112
startActivityForResult(enableIntent,
REQUEST_ENABLE_BT
);
305
case
REQUEST_ENABLE_BT
:
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
61
private static final int
REQUEST_ENABLE_BT
= 1;
235
startActivityForResult(enableIntent,
REQUEST_ENABLE_BT
);
247
case
REQUEST_ENABLE_BT
:
Completed in 76 milliseconds