Searched refs:STATUS_SUCCESS (Results 1 – 9 of 9) sorted by relevance
52 runUntilStatus(downloadUri, Downloads.STATUS_SUCCESS); in testBasicRequest()66 runUntilStatus(downloadUri, Downloads.STATUS_SUCCESS); in testDownloadToCache()79 runUntilStatus(downloadUri, Downloads.STATUS_SUCCESS); in testRoaming()90 runUntilStatus(downloadUri, Downloads.STATUS_SUCCESS); in testRoaming()
337 public static final int STATUS_SUCCESS = 200; field in BluetoothShare
332 int status = BluetoothShare.STATUS_SUCCESS; in onPut()359 if (status != BluetoothShare.STATUS_SUCCESS) { in onPut()365 if (status == BluetoothShare.STATUS_SUCCESS) { in onPut()484 status = BluetoothShare.STATUS_SUCCESS; in receiveFile()
251 int status = BluetoothShare.STATUS_SUCCESS; in doSend()265 if (status == BluetoothShare.STATUS_SUCCESS) { in doSend()278 if (status == BluetoothShare.STATUS_SUCCESS) { in doSend()328 int status = BluetoothShare.STATUS_SUCCESS; in sendFile()
881 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()889 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()898 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()
258 } else if (statusCode == BluetoothShare.STATUS_SUCCESS) { in getStatusDescription()
322 + " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.STATUS_SUCCESS); in query()
180 finalStatus = Downloads.Impl.STATUS_SUCCESS; in run()661 int expectedStatus = innerState.mContinuingDownload ? 206 : Downloads.Impl.STATUS_SUCCESS; in handleExceptionalStatus()677 } else if (innerState.mContinuingDownload && statusCode == Downloads.Impl.STATUS_SUCCESS) { in handleOtherStatus()
490 Downloads.Impl.COLUMN_STATUS + " = '" + Downloads.Impl.STATUS_SUCCESS + "' AND " + in discardPurgeableFiles()