Searched refs:STATUS_SUCCESS (Results 1 – 6 of 6) sorted by relevance
12 public static final int STATUS_SUCCESS = 0; field in PhotoBitmapLoaderInterface.BitmapResult
112 result.status = BitmapResult.STATUS_SUCCESS; in onStartLoading()
614 public static final int STATUS_SUCCESS = 200; field in Downloads.Impl734 case STATUS_SUCCESS: return "SUCCESS"; in statusToString()
140 result = Downloads.Impl.STATUS_SUCCESS; in close()
870 parts.add(statusClause("=", Downloads.Impl.STATUS_SUCCESS)); in runQuery()1225 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_SUCCESS); in addCompletedDownload()1420 case Downloads.Impl.STATUS_SUCCESS: in translateStatus()
113 result.status = BitmapResult.STATUS_SUCCESS; in createLocalBitmap()