Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadManagerFunctionalTest.java52 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java337 public static final int STATUS_SUCCESS = 200; field in BluetoothShare
DBluetoothOppObexServerSession.java332 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()
DBluetoothOppObexClientSession.java251 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()
DBluetoothOppService.java881 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()
889 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()
898 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE; in trimDatabase()
DBluetoothOppUtility.java258 } else if (statusCode == BluetoothShare.STATUS_SUCCESS) { in getStatusDescription()
DBluetoothOppProvider.java322 + " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.STATUS_SUCCESS); in query()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java180 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()
DHelpers.java490 Downloads.Impl.COLUMN_STATUS + " = '" + Downloads.Impl.STATUS_SUCCESS + "' AND " + in discardPurgeableFiles()