Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java68 private static final byte TEST_STATUS_VALUE = Request.STATUS_YES; field in RequestTest
144 new RequestSetMessageStatus(HANDLE, StatusIndicator.READ, TEST_STATUS_VALUE); in testRequestSetMessageStatus()
150 assertThat(newRequest.getValue()).isEqualTo(TEST_STATUS_VALUE); in testRequestSetMessageStatus()
237 if (appParams.getStatusValue() != TEST_STATUS_VALUE) { in onPutValidator()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java75 public static final int TEST_STATUS_VALUE = 1; field in BluetoothMapAppParamsTest
109 appParams.setStatusValue(TEST_STATUS_VALUE); in encodeToBuffer_thenDecode()
145 assertThat(appParamsDecoded.getStatusValue()).isEqualTo(TEST_STATUS_VALUE); in encodeToBuffer_thenDecode()
196 appParams.setStatusValue(TEST_STATUS_VALUE); in settersAndGetters()
245 assertThat(appParams.getStatusValue()).isEqualTo(TEST_STATUS_VALUE); in settersAndGetters()
DBluetoothMapContentObserverTest.java85 static final int TEST_STATUS_VALUE = 1; field in BluetoothMapContentObserverTest
391 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeSmsGsm()
393 Assert.assertEquals(msg.flagRead, TEST_STATUS_VALUE); in testSetMessageStatusRead_withTypeSmsGsm()
409 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeMms()
411 Assert.assertEquals(msg.flagRead, TEST_STATUS_VALUE); in testSetMessageStatusRead_withTypeMms()
426 TEST_HANDLE_ONE, type, TEST_URI_STR, TEST_STATUS_VALUE)); in testSetMessageStatusRead_withTypeEmail()
428 Assert.assertEquals(msg.flagRead, TEST_STATUS_VALUE); in testSetMessageStatusRead_withTypeEmail()