HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_ENABLE_BT (Results 1 - 13 of 13) 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:
  /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/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 936 milliseconds