Searched refs:CONTROL_PAUSED (Results 1 – 3 of 3) sorted by relevance
22 import static android.provider.Downloads.Impl.CONTROL_PAUSED;156 + COLUMN_CONTROL + " != '" + CONTROL_PAUSED + "')";207 if (mInfo.queryDownloadControl() == CONTROL_PAUSED) { in writeToDatabaseOrThrow()
327 if (mControl == Downloads.Impl.CONTROL_PAUSED) { in isReadyToSchedule()
496 public static final int CONTROL_PAUSED = 1; field in Downloads.Impl