Searched refs:STATUS_FILE_ERROR (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfo.java | 120 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 141 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 148 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 162 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 183 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo() 186 return new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_FILE_ERROR); in generateFileInfo()
|
D | BluetoothShare.java | 388 public static final int STATUS_FILE_ERROR = 492; field in BluetoothShare
|
D | BluetoothOppSendFileInfo.java | 62 null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR);
|
D | BluetoothOppUtility.java | 297 } else if (statusCode == BluetoothShare.STATUS_FILE_ERROR) { in getStatusDescription()
|
/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/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 26 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR; 592 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData() 594 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData() 606 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData() 670 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData() 672 throw new StopRequestException(STATUS_FILE_ERROR, e); in transferData() 808 Downloads.Impl.STATUS_FILE_ERROR, "Failed to generate filename: " + e); in parseOkHeaders() 934 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()
|