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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 256 if (intent != null && intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) {
270 + BluetoothAdapter.ACTION_REQUEST_ENABLE + " or "
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 38 * enabling it via the Intent action {@link BluetoothAdapter#ACTION_REQUEST_ENABLE}.
92 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
ConnectionAccessClientActivity.java 85 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
ConnectionAccessServerActivity.java 86 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
DevicePickerActivity.java 104 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
MessageTestActivity.java 141 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 102 i.setAction(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
126 // onResume() will be called when ACTION_REQUEST_ENABLE activity returns.
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 234 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 193 public static final String ACTION_REQUEST_ENABLE =
467 * #ACTION_REQUEST_ENABLE} Intent, which will raise a dialog that requests
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 205 milliseconds