Home
last modified time | relevance | path

Searched refs:BATCH_STATUS_PENDING (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java109 mStatus = Constants.BATCH_STATUS_PENDING; in BluetoothOppBatch()
DConstants.java227 static final int BATCH_STATUS_PENDING = 0; field in Constants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppBatchTest.java71 assertThat(mBluetoothOppBatch.mStatus).isEqualTo(Constants.BATCH_STATUS_PENDING); in constructor_instanceCreatedCorrectly()