Searched refs:STATUS_SUCCESS (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DMoveItemsParser.java34 private static final int STATUS_SUCCESS = 3; field in class:MoveItemsParser
64 case STATUS_SUCCESS:
84 if (status != STATUS_SUCCESS) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DDownloadManagerFunctionalTest.java56 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
70 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
83 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
94 runUntilStatus(downloadUri, Downloads.Impl.STATUS_SUCCESS);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java337 public static final int STATUS_SUCCESS = 200; field in class:BluetoothShare
H A DBluetoothOppObexClientSession.java261 int status = BluetoothShare.STATUS_SUCCESS;
275 if (status == BluetoothShare.STATUS_SUCCESS) {
288 if (status == BluetoothShare.STATUS_SUCCESS) {
338 int status = BluetoothShare.STATUS_SUCCESS;
H A DBluetoothOppObexServerSession.java335 int status = BluetoothShare.STATUS_SUCCESS;
362 if (status != BluetoothShare.STATUS_SUCCESS) {
368 if (status == BluetoothShare.STATUS_SUCCESS) {
492 status = BluetoothShare.STATUS_SUCCESS;
H A DBluetoothOppService.java879 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE;
887 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE;
896 + BluetoothShare.STATUS_SUCCESS + " AND " + INVISIBLE;
H A DBluetoothOppProvider.java322 + " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.STATUS_SUCCESS);
H A DBluetoothOppUtility.java258 } else if (statusCode == BluetoothShare.STATUS_SUCCESS) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDrmConvertSession.java117 * @return Downloads.Impl.STATUS_SUCCESS if execution is ok.
139 result = Downloads.Impl.STATUS_SUCCESS;
H A DDownloadThread.java186 finalStatus = Downloads.Impl.STATUS_SUCCESS;
684 int expectedStatus = state.mContinuingDownload ? 206 : Downloads.Impl.STATUS_SUCCESS;
705 } else if (state.mContinuingDownload && statusCode == Downloads.Impl.STATUS_SUCCESS) {
H A DStorageManager.java322 Downloads.Impl.COLUMN_STATUS + " = '" + Downloads.Impl.STATUS_SUCCESS + "' AND " +
H A DDownloadProvider.java554 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_SUCCESS);
652 Downloads.Impl.STATUS_SUCCESS,

Completed in 142 milliseconds