Home
last modified time | relevance | path

Searched refs:STATUS_UNKNOWN_ERROR (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java670 public static final int STATUS_UNKNOWN_ERROR = 491; field in Downloads.Impl
741 case STATUS_UNKNOWN_ERROR: return "UNKNOWN_ERROR"; in statusToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java328 markBatchFailed(BluetoothShare.STATUS_UNKNOWN_ERROR); in handleMessage()
473 markBatchFailed(BluetoothShare.STATUS_UNKNOWN_ERROR); in start()
570 markBatchFailed(BluetoothShare.STATUS_UNKNOWN_ERROR); in startObexSession()
DBluetoothShare.java384 public static final int STATUS_UNKNOWN_ERROR = 491; field in BluetoothShare
DBluetoothOppObexServerSession.java534 status = BluetoothShare.STATUS_UNKNOWN_ERROR; in receiveFile()
DBluetoothOppService.java764 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_UNKNOWN_ERROR); in insertShare()
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java21 import static android.net.dhcp.IDhcpServer.STATUS_UNKNOWN_ERROR;
189 cb.onDhcpServerCreated(STATUS_UNKNOWN_ERROR, null); in makeDhcpServer()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java37 import static android.provider.Downloads.Impl.STATUS_UNKNOWN_ERROR;
370 mInfoDelta.mStatus = STATUS_UNKNOWN_ERROR; in run()
426 throw new StopRequestException(STATUS_UNKNOWN_ERROR, "Unable to create SSLContext."); in executeDownload()
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DDrmConvertSession.java128 int result = Downloads.Impl.STATUS_UNKNOWN_ERROR; in close()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java148 public static final int STATUS_UNKNOWN_ERROR = 0x00; field in SapMessage
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java620 int errorCode = IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR; in handleMessage()
805 int errorCode = CellNetworkScanResult.STATUS_UNKNOWN_ERROR; in handleMessage()