Home
last modified time | relevance | path

Searched refs:EXTRA_BT_OPP_OBJECT_COUNT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java569 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, objectCount.intValue()); in onConnect()
571 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, in onConnect()
DConstants.java111 public static final String EXTRA_BT_OPP_OBJECT_COUNT = field in Constants