Searched refs:STATUS_FILE_ERROR (Results 1 – 7 of 7) sorted by relevance
127 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()152 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()159 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()201 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()228 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()231 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
390 public static final int STATUS_FILE_ERROR = 492; field in BluetoothShare
64 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
326 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) { in getStatusDescription()
144 result = Downloads.Impl.STATUS_FILE_ERROR; in close()147 result = Downloads.Impl.STATUS_FILE_ERROR; in close()150 result = Downloads.Impl.STATUS_FILE_ERROR; in close()160 result = Downloads.Impl.STATUS_FILE_ERROR; in close()
28 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;573 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()575 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()596 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()652 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()791 Downloads.Impl.STATUS_FILE_ERROR, "Failed to generate filename: " + e); in parseOkHeaders()909 case STATUS_FILE_ERROR: in isStatusRetryable()
678 public static final int STATUS_FILE_ERROR = 492; field in Downloads.Impl742 case STATUS_FILE_ERROR: return "FILE_ERROR"; in statusToString()