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 - 17
of
17
) sorted by null
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
Constants.java
36
public static final int
REQUEST_ENABLE_BT
= 1;
MainActivity.java
68
startActivityForResult(enableBtIntent, Constants.
REQUEST_ENABLE_BT
);
82
case Constants.
REQUEST_ENABLE_BT
:
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
Constants.java
36
public static final int
REQUEST_ENABLE_BT
= 1;
MainActivity.java
68
startActivityForResult(enableBtIntent, Constants.
REQUEST_ENABLE_BT
);
82
case Constants.
REQUEST_ENABLE_BT
:
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
Constants.java
36
public static final int
REQUEST_ENABLE_BT
= 1;
MainActivity.java
68
startActivityForResult(enableBtIntent, Constants.
REQUEST_ENABLE_BT
);
82
case Constants.
REQUEST_ENABLE_BT
:
/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/Application/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/Application/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) {
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
57
private static final int
REQUEST_ENABLE_BT
= 3;
112
startActivityForResult(enableIntent,
REQUEST_ENABLE_BT
);
342
case
REQUEST_ENABLE_BT
:
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
57
private static final int
REQUEST_ENABLE_BT
= 3;
112
startActivityForResult(enableIntent,
REQUEST_ENABLE_BT
);
342
case
REQUEST_ENABLE_BT
:
/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
:
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java
57
private static final int
REQUEST_ENABLE_BT
= 3;
112
startActivityForResult(enableIntent,
REQUEST_ENABLE_BT
);
342
case
REQUEST_ENABLE_BT
:
Completed in 2011 milliseconds