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