Searched refs:STATUS_FILE_ERROR (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
D | DrmConvertSession.java | 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()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfo.java | 132 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()
|
D | BluetoothShare.java | 307 public static final int STATUS_FILE_ERROR = 492; field in BluetoothShare
|
D | BluetoothOppSendFileInfo.java | 67 new BluetoothOppSendFileInfo(null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
|
D | BluetoothOppUtility.java | 397 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) { in getStatusDescription()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 28 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/ |
D | Downloads.java | 678 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/ |
D | BluetoothOppReceiveFileInfoTest.java | 139 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()
|
D | BluetoothOppUtilityTest.java | 386 mContext, BluetoothShare.STATUS_FILE_ERROR, deviceName)) in getStatusDescription_returnCorrectString()
|