Home
last modified time | relevance | path

Searched refs:STATUS_FILE_ERROR (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DDrmConvertSession.java144 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java132 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
139 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
201 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
DBluetoothShare.java307 public static final int STATUS_FILE_ERROR = 492; field in BluetoothShare
DBluetoothOppSendFileInfo.java67 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
DBluetoothOppUtility.java397 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) { in getStatusDescription()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java28 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;
563 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()
565 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()
586 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()
642 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData()
787 Downloads.Impl.STATUS_FILE_ERROR, "Failed to generate filename: " + e); in parseOkHeaders()
905 case STATUS_FILE_ERROR: in isStatusRetryable()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java678 public static final int STATUS_FILE_ERROR = 492; field in Downloads.Impl
742 case STATUS_FILE_ERROR: return "FILE_ERROR"; in statusToString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfoTest.java139 assertThat(info.mStatus).isEqualTo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo_wrongHint_fileError()
191 assertThat(info.mStatus).isEqualTo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo_noInsertUri_returnFileError()
DBluetoothOppUtilityTest.java386 mContext, BluetoothShare.STATUS_FILE_ERROR, deviceName)) in getStatusDescription_returnCorrectString()