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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 62 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
113 new IntentFilter(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL));
BluetoothPermissionRequest.java 192 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 408 public static final String ACTION_CONNECTION_ACCESS_CANCEL =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 359 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 367 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 723 Intent intent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 344 milliseconds