Searched refs:SEND_FILE_INFO_ERROR (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java61 static final BluetoothOppSendFileInfo SEND_FILE_INFO_ERROR = new BluetoothOppSendFileInfo( field in class:BluetoothOppSendFileInfo
122 return SEND_FILE_INFO_ERROR;
149 return SEND_FILE_INFO_ERROR;
206 return SEND_FILE_INFO_ERROR;
208 return SEND_FILE_INFO_ERROR;
214 return SEND_FILE_INFO_ERROR;
H A DBluetoothOppUtility.java334 if (sendFileInfo == BluetoothOppSendFileInfo.SEND_FILE_INFO_ERROR) {
343 return (info != null) ? info : BluetoothOppSendFileInfo.SEND_FILE_INFO_ERROR;

Completed in 117 milliseconds