Searched refs:STATUS_PAUSED_BY_APP (Results 1 – 2 of 2) sorted by relevance
576 public static final int STATUS_PAUSED_BY_APP = 193; field in Downloads.Impl727 case STATUS_PAUSED_BY_APP: return "PAUSED_BY_APP"; in statusToString()
31 import static android.provider.Downloads.Impl.STATUS_PAUSED_BY_APP;213 throw new StopRequestException(STATUS_PAUSED_BY_APP, "Download paused!"); in writeToDatabaseOrThrow()