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

1 2

  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java 67 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java 67 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
MainActivity.java 67 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /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 107 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
MessageTestActivity.java 144 Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 105 i.setAction(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 293 if (intent.getAction().equals(BluetoothAdapter.ACTION_REQUEST_ENABLE)) {
309 + BluetoothAdapter.ACTION_REQUEST_ENABLE + " or "
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 119 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 119 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java 119 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
  /packages/apps/Settings/src/com/android/settings/wifi/
RequestToggleWiFiActivity.java 92 case WifiManager.ACTION_REQUEST_ENABLE: {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
133 // onResume() will be called when ACTION_REQUEST_ENABLE activity returns.
  /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);
133 // onResume() will be called when ACTION_REQUEST_ENABLE activity returns.
  /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);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
133 // onResume() will be called when ACTION_REQUEST_ENABLE activity returns.
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 273 public static final String ACTION_REQUEST_ENABLE =
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 777 public static final String ACTION_REQUEST_ENABLE = "android.net.wifi.action.REQUEST_ENABLE";
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 876 milliseconds

1 2