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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 251 if (intent != null && intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) {
265 + 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.
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 187 public static final String ACTION_REQUEST_ENABLE =
442 * #ACTION_REQUEST_ENABLE} Intent, which will raise a dialog that requests
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 90 milliseconds