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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 111 public static final String EXTRA_BT_OPP_OBJECT_COUNT =
BluetoothOppObexServerSession.java 568 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, objectCount.intValue());
570 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT,
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 95 public static final String EXTRA_BT_OPP_OBJECT_COUNT =
369 int count = intent.getIntExtra(EXTRA_BT_OPP_OBJECT_COUNT, 0);

Completed in 62 milliseconds