Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java877 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
930 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
983 when(mParams.getFractionRequest()).thenReturn(BluetoothMapAppParams.FRACTION_REQUEST_FIRST); in getEmailMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java125 public static final int FRACTION_REQUEST_FIRST = 0; field in BluetoothMapAppParams
DBluetoothMapObexServer.java2045 == BluetoothMapAppParams.FRACTION_REQUEST_FIRST)) { in sendGetMessageRsp()