HomeSort by relevance Sort by last modified time
    Searched refs:enableIntent (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
112 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
112 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
112 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 234 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
235 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
112 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);

Completed in 167 milliseconds