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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 254 && intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE)) {
266 + BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java 116 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
MessageTestActivity.java 185 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 105 i.setAction(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 190 Intent discoverableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 159 public static final String ACTION_REQUEST_DISCOVERABLE =
164 * #ACTION_REQUEST_DISCOVERABLE} intents to request a specific duration
608 * BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE})
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 27 milliseconds