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.java600 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, objectCount.intValue()); in onConnect()
602 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, in onConnect()
DConstants.java110 static final String EXTRA_BT_OPP_OBJECT_COUNT = field in Constants